Railway design sandbox - A Next.js website showcasing design system and guidelines.
First, install dependencies:
npm installThen, run the development server:
npm run devOpen http://localhost:3000 with your browser to see the result.
- Push this repository to GitHub
- Go to Railway
- Click "New Project" → "Deploy from GitHub repo"
- Select your repository
- Railway will automatically detect Next.js and deploy
The app will be available at a Railway-provided URL.
npm run build
npm start