A delightfully minimalistic frontend for からつばLABS' project takoyaki - the VPS platform
Install the correct node version
$ nvm install 14.17.6
$ nvm use
Now run app:
$ npm run serve
$ docker build -t takoyaki-frontend .
$ docker run -p 8080:8080 takoyaki-frontend
$ npm run build
- Add logout button
- Make custom errors
- Replace per-vps approval with service limits
- Implement shared VM's (Requires backend changes so maybe use a seperate branch for this?)