adrian2x / codeblocks

Home Page:https://codeblocks.cloud

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

codeblocks

Note: this project is compatible with Python 3.9. Please use that version.

Set the local python version with pyenv local 3.9 on the root directory.

Create a venv

python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt

Build the frontend code:

cd server/frontend/
npm install
npm run build

To run the server (make sure to run from the project top level directory):

flask run

About

https://codeblocks.cloud

License:GNU General Public License v3.0


Languages

Language:TypeScript 55.8%Language:HTML 23.1%Language:SCSS 12.3%Language:Python 8.7%Language:Shell 0.1%