⚠️ WARNING: This project is currently work-in-progress and under heavy development, most of the feature may not be available.
Coming Soon
First, clone this repository:
git clone https://github.com/1usOS/webde.git
Then, make sure you have yarn and NodeJS installed.
Now, install the required packages:
yarn install
Finally, start the development server:
yarn dev
OR
Finally, build and start the server:
yarn build && yarn start
You should now be able to see the server started at localhost:3000.