Simple Web Fake operating system platform inspired by Windows.
- Nuxt 3 (VueJS 3)
- Firebase
- Pinia
- Socket.io
- Save your firebase-admin json in root ~/service-account.json
- Put your firebase identifications in .env (take a look at .env.template)
# install dependencies
$ npm install
# serve with hot reload at localhost:3000
$ npm run dev
# build for production and launch server
$ npm run build
$ npm run start
Checkout the deployment documentation for more information.