|
||
---|---|---|
.vscode | ||
public | ||
src | ||
.gitignore | ||
LICENSE | ||
README.md | ||
package.json |
README.md
CyberOS Website
Currently a work-in-progress. You can help by submitting a pull request!
Preparing
Run the following command to install all local dependencies:
npm install
Developing
Run the following command to start the React development server:
npm start