Skip to content

cleliamolanda/HoneyOS

 
 

Repository files navigation

Getting Started

Requirements

Make sure you have Node.js installed. This project was developed and tested with Node.js v16.16.0. Higher versions might cause issues, so please fix any potential problems accordingly.

Installation

Clone the repository and navigate to the project directory:

git clone https://github.com/lkpnchl/HoneyOS.git
cd HoneyOS

Install the dependencies: npm install

Setting Up Locally

In the project directory, you can run:

npm run rebuild-app

Run this initially before starting your project

If you face any error related to the DB file not being read, please run this command and then start the server again.

npm run start-electron-app

Runs the app in the development mode inside Electron Window.

The page will reload when you make changes.
You may also see any lint errors in the console.

About

An operating system with speech-recognition integration, read-and-write operations, scheduling policies, and process control block.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 73.5%
  • CSS 19.1%
  • Python 4.3%
  • HTML 3.1%