Go to file
Anonymous 9722732cd4
Translated using Weblate (Yue (yue_HK))
Currently translated at 95.4% (21 of 22 strings)

Translation: CyberOS/Website
Translate-URL: https://hosted.weblate.org/projects/cyberos/website/yue_HK/
2021-05-24 15:17:18 +02:00
.github/workflows Add GitHub Actions for GitHub Pages 2021-02-19 16:31:50 +01:00
.vscode Add download page. 2021-05-21 19:16:24 +02:00
public Language modifications (#6) 2021-05-16 11:34:25 +02:00
src Translated using Weblate (Yue (yue_HK)) 2021-05-24 15:17:18 +02: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
buildWebsite.sh [Pages CI] Add CNAME 2021-05-20 18:58:05 +02: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