Made with ☕ and 💛 in Davis
To get the app on your machine for the first time:
- Enter
git clone https://github.com/HackDavis/website-2021.git
in the root folder you'd like your project to be in. - Open the project in VS Code.
- If you've never installed yarn before, enter
npm i -g yarn
into your terminal. - Enter
yarn install
into your terminal to install all of the node_modules. - Create a file called
.env
in your project's root directory (you can find its contetnts in Slack).
Every time before you run the app, you should run the following commands:
git fetch origin
git pull
yarn install