add eslint + doc README + env var

This commit is contained in:
Andreani Jean
2023-01-10 16:24:44 +01:00
parent a8469a9dfa
commit 5a7bfecb4b
10 changed files with 4408 additions and 50 deletions

View File

@@ -50,25 +50,3 @@ npm run workflows:unit
```sh
npm run lint
```
## Deploy with Github Pages
The deploy is on the `gh-pages` branch.
1 - You must build a static project :
```sh
vite build
```
2 - Add and Commit :
```sh
ga .
gc -m 'my commit'
```
3 - Push on the specific branch
```sh
git subtree push --prefix dist origin gh-pages
```