mirror of
https://github.com/DaanVandenBosch/phantasmal-world.git
synced 2025-04-04 22:58:29 +08:00
A suite of tools for Phantasy Star Online.
assets | ||
assets_generation | ||
src | ||
test | ||
typedefs | ||
.env.dev | ||
.env.prod | ||
.env.test | ||
.eslintrc.json | ||
.gitignore | ||
.prettierrc.json | ||
antd_theme.js | ||
deploy.ps1 | ||
FEATURES.md | ||
jest.config.js | ||
LICENSE | ||
package.json | ||
README.md | ||
tsconfig-scripts.json | ||
tsconfig.json | ||
webpack.common.js | ||
webpack.dev.js | ||
webpack.prod.js | ||
yarn.lock |
Phantasmal World
Phantasmal World is a suite of tools for Phantasy Star Online.
For Developers
React is used for the frontend, MobX is used for state management and THREE.js for 3D graphics. See features for a list of features, planned features and bugs.
Getting Started
- Install Yarn (https://yarnpkg.com/)
- cd to the project directory
- Install dependencies with
yarn
- Launch server on http://localhost:1623/ with
yarn start
- src/index.tsx is the application's entry point
Tests
Run tests with yarn test
. The testing framework used is Jest.
Production Build
Create an optimized production build with yarn build
.