-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
ccabo1
committed
Sep 23, 2018
1 parent
d4e3dd2
commit 19a5a32
Showing
2 changed files
with
9 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
# Penn Basics | ||
|
||
General documentation for the Penn Basics codebase is available [here](https://www.notion.so/pennlabs/PennBasics-2043ee53cc784e739bb654352a516609) and is updated as new features are pushed to the code repository. | ||
General documentation for the Penn Basics codebase is available in Notion [here](https://www.notion.so/pennlabs/PennBasics-2043ee53cc784e739bb654352a516609). Docs are updated as new features are pushed to the code repository. | ||
|
||
## Usage | ||
## Usage | ||
|
||
After a `env.sh` file containing `PORT` and `MONGO_URL` values is created: | ||
|
||
`git clone https://github.com/pennlabs/pennbasics.git` | ||
`$ git clone https://github.com/pennlabs/pennbasics.git` | ||
|
||
`cd pennbasics && yarn` | ||
`$ cd pennbasics && yarn` | ||
|
||
`yarn dev` | ||
`$ yarn dev` | ||
|
||
React application will be available at `localhost:PORT`. | ||
React application will be available at `localhost:3000` or `PORT`. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters