Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 904 Bytes

README.md

File metadata and controls

25 lines (20 loc) · 904 Bytes

HackDavis

HackDavis Website 2022

Made with ☕ and 💛 in Davis

Getting Started

To get the app on your machine for the first time:

  1. Enter git clone https://github.com/HackDavis/website-2021.git in the root folder you'd like your project to be in.
  2. Open the project in VS Code.
  3. If you've never installed yarn before, enter npm i -g yarn into your terminal.
  4. Enter yarn install into your terminal to install all of the node_modules.
  5. 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:

  1. git fetch origin
  2. git pull
  3. yarn install