Visit docs.railway.com
This is the place where all the documentation about Railway is hosted. Contributions are welcome! Change the markdown, make a pull request, and we'll merge it! Deploys will happen automagically cause the docs are hosted on Railway
This is a NextJS project. Install Node 18, or install nvm and run nvm install
and nvm use
.
Develop with:
npm i
npm run dev
# or
yarn
yarn dev
Open localhost:3001 to see the result