use directories for structure

This commit is contained in:
s2
2020-05-26 10:37:57 +02:00
parent 66580d4847
commit ae4aaf2668
1287 changed files with 92093 additions and 13113 deletions

View File

@@ -2,7 +2,13 @@
## Getting ready
Run `npx http-server` and open `http://localhost:8080/` in your favorite browser!
Run `npx -p local-web-server ws` and open `http://localhost:8000/` in your favorite browser!
## Development notes
### Generate translations
Run `npm run generate-translations`
## Useful links