phantasmal-world/README.md

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:8080/](http://localhost:8080/) 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`