Welcome to trains.cargill.dev!
- Built with modern Typescript, using tools and frameworks like next, trpc, react-query, react-hook-form and tailwind.
- Animations via motion.
- A great developer experience with biome
Ensure you have node >= v22. I like to use pnpm to manage dependencies, but npm, bun or yarn will work as well.
-
Clone the repository:
git clone [email protected]:dcrgll/train-times.git
-
(Optional) Ensure you're on Node v22 or higher:
node --version
-
Install dependencies:
pnpm install
-
Setup environment variables:
Rename the
.env.example
file to.env.local
and fill in the necessary values.
There is more documentation on the environment variables in the example file.
-
Start the application:
pnpm dev
By default, the application should be available at http://localhost:3000/.