Linting works again. Static asset generation is working as before but has been bugged since an earlier change.

This commit is contained in:
Daan Vanden Bosch 2019-07-27 15:40:30 +02:00
parent d5bfa67d82
commit e859477727
187 changed files with 230 additions and 100 deletions

View File

@ -10,7 +10,7 @@ React is used for the frontend, MobX is used for state management and THREE.js f
1. Install Yarn ([https://yarnpkg.com/](https://yarnpkg.com/))
2. cd to the project directory
3. Launch server on [http://localhost:8080/](http://localhost:8080/) with `yarn start`
3. Launch server on [http://localhost:1623/](http://localhost:1623/) with `yarn start`
4. src/index.tsx is the application's entry point
### Tests

View File

@ -0,0 +1,9 @@
/**
* Used by static asset generation scripts.
*/
export const RESOURCE_DIR = "./assets_generation/resources";
/**
* Static assets directory used by production code.
*/
export const ASSETS_DIR = "./assets";

Some files were not shown because too many files have changed in this diff Show More