Skip to content

Latest commit

 

History

History
44 lines (28 loc) · 753 Bytes

README.md

File metadata and controls

44 lines (28 loc) · 753 Bytes

Get started

Install dependencies...

npm install

...create an env file...

cp .env.example .env

...then start Rollup:

npm run dev

Navigate to localhost:8080. You should see your app running.

Building and running in production mode

To create an optimised version of the app:

npm run build

Credits

Thanks to the following people for their work on the Wizardry 8 file formats:

License

GPL-3.0

TODOs

  • Support Wizardry 1.2.8 save files.