mirror of
https://github.com/DaanVandenBosch/phantasmal-world.git
synced 2025-04-05 23:38:30 +08:00
24 lines
674 B
Markdown
24 lines
674 B
Markdown
# Phantasmal World
|
|
|
|
Phantasmal World is a suite of tools for Phantasy Star Online. This project is in a very early stage of development.
|
|
|
|
## For Developers
|
|
|
|
React is used for the frontend, MobX is used for state management and THREE.js for 3D graphics.
|
|
|
|
### Getting Started
|
|
|
|
1. Install Yarn ([https://yarnpkg.com/](https://yarnpkg.com/))
|
|
2. cd to the project directory
|
|
3. Launch server on [http://localhost:1623/](http://localhost:1623/) with `yarn start`
|
|
4. src/index.tsx is the application's entry point
|
|
|
|
### Tests
|
|
|
|
Run tests with `yarn test`.
|
|
|
|
### Production Build
|
|
|
|
1. Change the homepage field in package.json if you don't want to deploy to /
|
|
3. Build with `yarn build`
|