Skip to content

danielavelez1201/techbound

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Techbound

Installation:

This project uses lerna (https://github.com/lerna/lerna) for workspace management. Use lerna run build followed by lerna run start --stream to get started.

Other:

  • run npm i for npm packages
  • if you encounter npm issues, try deleting node modules and/or deleting package-lock.json and running npm i
  • if all else fails npm i --force might work.