Skip to content

pennlabs/penn-basics

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

204dcc4 · Aug 1, 2020
Jun 13, 2020
Jun 13, 2020
Feb 16, 2020
Feb 16, 2020
Feb 21, 2020
Jan 12, 2020
Sep 28, 2019
Feb 14, 2020
Jan 16, 2020
Sep 6, 2019
Feb 15, 2020
Jan 18, 2020
Jan 19, 2020
Feb 13, 2020
Feb 15, 2020
Feb 9, 2020
Aug 1, 2020
Feb 16, 2020
Feb 15, 2020
Feb 15, 2020

Repository files navigation

Penn Basics

CircleCI

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, GOOGLE_KEY, and MONGO_URI values is created:

git clone https://github.com/pennlabs/penn-basics.git
cd pennbasics
npm install
npm run dev

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