Skip to content

A Work-In-Progress Web Desktop written in NextJS

License

Notifications You must be signed in to change notification settings

1usOS/WebDE

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

1usOS WebDE - A Web Desktop written in NextJS

⚠️WARNING: This project is currently work-in-progress and under heavy development, most of the feature may not be available.

Getting Started

1. Deploy with Docker

Coming Soon

2. Run or develop this project

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.

⚠️ To be written

About

A Work-In-Progress Web Desktop written in NextJS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 79.5%
  • CSS 15.4%
  • JavaScript 5.1%