New JumboCode website for 2022 and beyond!
- Install the latest Node version
cd
to the root of this project- Run
npm install
If you're using VS Code, make sure to install the ESLint extension so that you can see lint errors and conform to the style of the project.
Run npm run dev
from the root of this project, and you should be up and running at
localhost:3000
!
This project is deployed automatically to the [email protected] Vercel account on push.
You can log into this Vercel account by selecting “continue with email” on vercel.com/login, then clicking the email sent to [email protected].
To deploy manually (you shouldn‘t need to do this):
- Run
npx vercel login
and log in with the [email protected] email. - Verify that
npx vercel whoami
returns “jumbocode” - Run
npx vercel . --prod
in the root of this project.