WIP, goal: to recreate PICO8 interface for web and learn typescript.
You can see demo here
Based on: https://github.com/smith-chris/react-starter/tree/typescript
Clone the repo and install local dependencies run:
npm i
To develop run:
npm start
and open localhost:8080
To build production package run:
npm run prod
and you will find compiled files in /dist
directory.
Please open an issue for support.
Please contribute using Github Flow. Create a branch, add commits, and open a pull request.