-
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
Showing
3 changed files
with
32 additions
and
2 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 |
---|---|---|
|
@@ -3,4 +3,3 @@ | |
.DS_Store | ||
.vscode | ||
/resources | ||
TODO.txt |
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 +1,32 @@ | ||
# Clot | ||
|
||
## Build | ||
|
||
1. Install Node.js | ||
2. Build project: | ||
|
||
```bash | ||
$ npm i | ||
$ npm run build | ||
``` | ||
|
||
3. Serve/deploy entire `./build` directory | ||
|
||
## Develop | ||
|
||
1. Install Node.js | ||
2. Start WDS: | ||
|
||
```bash | ||
$ npm i | ||
$ npm run start | ||
``` | ||
|
||
3. Open http://localhost:3000 | ||
|
||
## Content | ||
|
||
- Edit RU/EN texts here: `./public/texts.json` | ||
- Edit RU/EN content here: `./public/content.json`. `description` field is optional. | ||
- Badly formatted json will log an error to the console and will break site loading. | ||
- Bad video links will break site loading. Always check if provided link is correct and video format is playable by the target browser.` |
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
87c64d9
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
clot-2021 – ./
clot-2021.vercel.app
clot-2021-git-master-jeegurda.vercel.app
clot-2021-jeegurda.vercel.app