A suite of tools for Phantasy Star Online.
Go to file
2019-07-27 17:13:00 +02:00
assets Ejected from create-react-app. Development server and production builds are working. Using css modules now. 2019-07-27 01:49:19 +02:00
assets_generation Linting works again. Static asset generation is working as before but has been bugged since an earlier change. 2019-07-27 15:40:30 +02:00
src Jest tests are working again. 2019-07-27 17:13:00 +02:00
test Jest tests are working again. 2019-07-27 17:13:00 +02:00
typedefs Linting works again. Static asset generation is working as before but has been bugged since an earlier change. 2019-07-27 15:40:30 +02:00
.env.dev Jest tests are working again. 2019-07-27 17:13:00 +02:00
.env.prod Jest tests are working again. 2019-07-27 17:13:00 +02:00
.env.test Jest tests are working again. 2019-07-27 17:13:00 +02:00
.eslintrc.json Improved asm editor performance with a web worker. 2019-07-23 15:54:42 +02:00
.gitignore Ejected from create-react-app. Development server and production builds are working. Using css modules now. 2019-07-27 01:49:19 +02:00
.prettierrc.json Added prettier and unleashed on the code base. 2019-07-02 18:08:06 +02:00
antd_theme.js Ejected from create-react-app. Development server and production builds are working. Using css modules now. 2019-07-27 01:49:19 +02:00
deploy.ps1 Ejected from create-react-app. Development server and production builds are working. Using css modules now. 2019-07-27 01:49:19 +02:00
jest.config.js Jest tests are working again. 2019-07-27 17:13:00 +02:00
LICENSE Added license. 2019-05-28 18:43:34 +02:00
package.json Jest tests are working again. 2019-07-27 17:13:00 +02:00
README.md Linting works again. Static asset generation is working as before but has been bugged since an earlier change. 2019-07-27 15:40:30 +02:00
tsconfig-scripts.json Added prettier and unleashed on the code base. 2019-07-02 18:08:06 +02:00
tsconfig.json Jest tests are working again. 2019-07-27 17:13:00 +02:00
webpack.common.js Ejected from create-react-app. Development server and production builds are working. Using css modules now. 2019-07-27 01:49:19 +02:00
webpack.dev.js Ejected from create-react-app. Development server and production builds are working. Using css modules now. 2019-07-27 01:49:19 +02:00
webpack.prod.js Ejected from create-react-app. Development server and production builds are working. Using css modules now. 2019-07-27 01:49:19 +02:00
yarn.lock Jest tests are working again. 2019-07-27 17:13:00 +02:00

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/)
  2. cd to the project directory
  3. Launch server on 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 /
  2. Build with yarn build