ChungZH / cpeditor.github.io

The official website of CP Editor :smile:

Home Page:https://cpeditor.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cpeditor.org

Deploy status

All Contributors

This is the official website of CP Editor.

Build

Preparation

Make sure Git, Node.js and Hugo are installed.

git clone --recurse-submodules https://github.com/cpeditor/cpeditor.github.io
cd cpeditor.github.io
npm install

Build the current version

hugo

The site will be in the public directory.

Build the current version and preview on local server

hugo server

To preview, open localhost:1313 (you can see the 1313 in the output of the command, if the output shows another port, use the port in the output) in your browser.

Build all versions

./build.sh

The site will be in the dist directory.

Windows users need to use UNIX-like shells. However, if you only want to contribute, you don't need to build all versions.

Hall of Fame

All Contributors

Thanks goes to these wonderful people (emoji key):


Yufan You
🚧 πŸ’» πŸ“– 🎨 πŸ–‹ πŸ‘€ πŸš‡

Ashar
🚧 πŸ’» πŸ“– 🎨 πŸ–‹ πŸ‘€

Kid
πŸ–‹

Nitish Kumar Singh
πŸ’» 🎨 πŸ–‹

Yatharth Verma
πŸ’» 🎨 πŸ–‹

Abishake
πŸ›

Shuhao Zhang
πŸ–‹

TFKls
πŸ–‹

IZOBRETATEL777
πŸ–‹

Flex Zhong
🌍

This project follows the all-contributors specification. Contributions of any kind welcome!

About

The official website of CP Editor :smile:

https://cpeditor.org

License:Apache License 2.0


Languages

Language:HTML 72.7%Language:CSS 14.8%Language:JavaScript 11.1%Language:Shell 1.3%Language:SCSS 0.1%