Below are instructions on how to run our codebase on your machine. Check out
resources.md
for more general info and tutorials on some of the technologies
we'll be using this year.
After pulling the code from this repository, getting up and running for development is pretty simple.
- First, you need to install the project's dependencies. You can do this by
running
pnpm install
in the project directory. - Start the development server by running
pnpm dev
. The output of this command will tell you which port your computer is hosting the project on. Typically, you will find it athttp://localhost:3000
.