-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #186 from Plex-Engineer/staging
Staging
- Loading branch information
Showing
34 changed files
with
597 additions
and
261 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 |
---|---|---|
@@ -0,0 +1,52 @@ | ||
# Canto-io | ||
|
||
## Overview | ||
|
||
--- | ||
|
||
Canto.io public repository. | ||
|
||
[Live site](https://www.canto.io/) | ||
|
||
## Installation | ||
|
||
--- | ||
|
||
To install all dependencies make sure you have yarn installed. | ||
|
||
Use node version 16 | ||
|
||
```bash | ||
# checkout correct nvm version | ||
nvm use 16 | ||
|
||
# check to make sure node version 16 is being used | ||
nvm --version | ||
|
||
# install dependencies | ||
yarn | ||
``` | ||
|
||
## Usage | ||
|
||
--- | ||
|
||
### Run application Locally: | ||
|
||
```bash | ||
# make sure application build properly | ||
yarn build | ||
# application will run on http://localhost:8000 | ||
yarn dev | ||
``` | ||
|
||
## Testing | ||
|
||
--- | ||
|
||
All tests are written using the Jest testing library. | ||
|
||
```bash | ||
# run all tests | ||
yarn test | ||
``` |
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
Oops, something went wrong.