Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
jeegurda committed Sep 7, 2022
1 parent cde53df commit 87c64d9
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 2 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,3 @@
.DS_Store
.vscode
/resources
TODO.txt
31 changes: 31 additions & 0 deletions README.md
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.`
2 changes: 1 addition & 1 deletion public/content.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"video": "media/app-1.mp4"
},
{
"title": "Тут текст, например",
"title": "В двух словах",
"description": "some description",
"video": "media/app-2.mp4"
}
Expand Down

1 comment on commit 87c64d9

@vercel
Copy link

@vercel vercel bot commented on 87c64d9 Sep 7, 2022

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

Please sign in to comment.