mirror of
https://github.com/HangarMC/Hangar.git
synced 2024-12-27 07:03:26 +08:00
8e6e62c3e9
Signed-off-by: MiniDigger <admin@benndorf.dev>
17 lines
546 B
Markdown
17 lines
546 B
Markdown
Stuff that needs to be done before I consider this a successful POC
|
|
|
|
- [x] initial setup (pages, layout, autoimport, basically the vitesse stuff)
|
|
- [x] windi/tailwind
|
|
- [x] store (with ssr)
|
|
- [x] async data replacement
|
|
- [x] i18n
|
|
- [x] api calls
|
|
- [x] seo
|
|
- [ ] route perms
|
|
- [ ] error pages (status code is already done)
|
|
- [ ] snackbar
|
|
- [ ] some basic pages
|
|
- [ ] maybe deployment alongside the existing frontend? (server is working now)
|
|
- [ ] figure out why vite isn't serving the manifest
|
|
- [x] investigate why eslint/prettier don't auto fix
|