A suite of tools for Phantasy Star Online.
Go to file
Daan Vanden Bosch 8dee30f46f Added license.
2019-05-28 18:43:34 +02:00
public Converted Phantasmal Quest Editor code to TypeScript. 2019-05-28 18:40:29 +02:00
src Converted Phantasmal Quest Editor code to TypeScript. 2019-05-28 18:40:29 +02:00
test Converted Phantasmal Quest Editor code to TypeScript. 2019-05-28 18:40:29 +02:00
.gitignore Initial commit from Create React App 2019-05-28 13:44:17 +02:00
LICENSE Added license. 2019-05-28 18:43:34 +02:00
package.json Converted Phantasmal Quest Editor code to TypeScript. 2019-05-28 18:40:29 +02:00
README.md Updated README. 2019-05-28 18:40:48 +02:00
tsconfig.json Converted Phantasmal Quest Editor code to TypeScript. 2019-05-28 18:40:29 +02:00
yarn.lock Converted Phantasmal Quest Editor code to TypeScript. 2019-05-28 18:40:29 +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