mirror of
https://github.com/DaanVandenBosch/phantasmal-world.git
synced 2025-04-03 13:58:28 +08:00
A suite of tools for Phantasy Star Online.
public | ||
src | ||
test | ||
.gitignore | ||
LICENSE | ||
package.json | ||
README.md | ||
tsconfig.json | ||
yarn.lock |
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
- Install Yarn (https://yarnpkg.com/)
- cd to the project directory
- Launch server on http://localhost:3000/ with
yarn start
- src/index.tsx is the application's entry point
Tests
Run tests with yarn test
.
Production Build
- Change the homepage field in package.json if you don't want to deploy to /
- Build with
yarn build