Skip to content

hack-duke/ideate-2022

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

86 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HackDuke website package management

  1. If you do not have yarn installed on your computer, run npm install --global yarn.
  2. Run yarn install to install all existing packages
  3. Run yarn add to add any new packages (DO NOT USE NPM)
  4. Run yarn start to run the website locally