Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 674 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 674 Bytes

Penn Basics

General documentation for the Penn Basics codebase is available in Notion here. Docs are updated as new features are pushed to the code repository.

Usage

Make sure that you are using Node version 10.x:

node -v

If your Node version is not 10.x, consider using Node Version Manager (nvm) to handle changing versions of node.

After a env.sh file containing PORT and MONGO_URL values is created:

git clone https://github.com/pennlabs/pennbasics.git
cd pennbasics
yarn
yarn dev

React application will be available at localhost:3000 or PORT.