A suite of tools for Phantasy Star Online.
Go to file
2019-06-01 17:57:27 +02:00
public Hunt methods are now loaded for ephinea. 2019-06-01 16:02:06 +02:00
src Customized antd theme. 2019-06-01 17:57:27 +02:00
test Reformatted most of the code to comply to TypeScript conventions. 2019-05-29 01:37:00 +02:00
.env.development Customized antd theme. 2019-06-01 17:57:27 +02:00
.gitignore Initial commit from Create React App 2019-05-28 13:44:17 +02:00
antd.customize.less Customized antd theme. 2019-06-01 17:57:27 +02:00
craco.config.js Customized antd theme. 2019-06-01 17:57:27 +02:00
LICENSE Added license. 2019-05-28 18:43:34 +02:00
package.json Customized antd theme. 2019-06-01 17:57:27 +02:00
README.md Updated README. 2019-05-28 18:40:48 +02:00
tsconfig-scripts.json Added script for downloading ephinea drop table in TSV format. Added HuntOptimizer component and error boundary. 2019-05-30 17:57:31 +02:00
tsconfig.json Converted all tests to TypeScript. 2019-05-28 22:24:28 +02:00
yarn.lock Customized antd theme. 2019-06-01 17:57:27 +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:3000/ 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