Go to file
omame 554278247b
add support for languages that have been added recently
2021-11-21 23:27:43 +01:00
.vscode Add download page. 2021-05-21 19:16:24 +02:00
public replace "omame.tech" with "omame.xyz" 2021-11-21 23:23:08 +01:00
src add support for languages that have been added recently 2021-11-21 23:27:43 +01:00
.gitignore fix: add translations 2021-04-30 11:39:10 +02:00
LICENSE GPLv3+ license added (#3) 2021-02-19 18:10:47 +01:00
README.md Add documentation button; fix button CSS 2021-02-19 18:08:53 +01:00
package.json Add react-router 2021-03-21 15:28:49 +01:00

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