mirror of
https://github.com/DaanVandenBosch/phantasmal-world.git
synced 2025-04-04 22:58:29 +08:00
Linting works again. Static asset generation is working as before but has been bugged since an earlier change.
This commit is contained in:
parent
d5bfa67d82
commit
e859477727
@ -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
|
||||
|
9
assets_generation/index.ts
Normal file
9
assets_generation/index.ts
Normal 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
Loading…
Reference in New Issue
Block a user