Web frontend for go-ios.
Based on the following stack:
- Install the dependencies.
$ pnpm install --shamefully-hoist
- Start the dev server.
$ pnpm dev
- You will then have the application running under
http://localhost:3000
.
In addition, you will have a TailwindCSS theme viewer running at http://localhost:3000/_tailwind
.
We are open to most contributions, please open a PR and stick to the projects linting/formatting rules!
MIT