- Download the Railway CLI and link your project. Connect to your dev environment, for example
dev-marius
. - Install the necessary packages by running
npm i
. - Start the development server by running
npm run dev
.
We try to keep this project as simple as possible, so you can start with just the scaffolding we set up for you, and add additional things later when they become necessary.
If you are not familiar with the different technologies used in this project, please refer to the respective docs. If you still are in the wind, please join our Discord and ask for help.
It's automatically set to deploy master / main to production, and pull requests to a temporary environment. You can change this in the Railway dashboard.