Short Description
Web OS
Full Description
<span>Alice 👩</span> 
Alice is a free Operating System running in your browser.
Features
- Typescript
- React
- Apps:
- GBA Emulator
- Hextris
- Camera
Getting Started
Development
Requirements
- NodeJS >=v7.6 (necessary for async/await support) with npm or preferably yarn
- Your own firebase app with firebase admin enabled, and a firebase private key
Store your firebase admin certificate under ./alice-keys/{key-filename}.json
- Add the following to your .bashrc, .bash_profile, or .zshrc:
export FIREBASE_ADMIN_KEY_FILENAME = {key-filename}
- Start a new terminal, or
source ~/.bashrc
yarn
npm start
# Need to manually run tis in a separate tab if not using macOS.
npm run start-server
go to http://localhost:8080