New JumboCode website for 2022 and beyond!
- Install the latest Node version
cdto 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 loginand log in with the [email protected] email. - Verify that
npx vercel whoamireturns “jumbocode” - Run
npx vercel . --prodin the root of this project.