The next level online editor the allows people to build their own websites without no problem .
Parts of the sloby:
The
Editor
(itself)
The
sloby-python-framework
The
parsers(python, react)
Install docker for your operating system: https://docs.docker.com/get-docker/
sudo snap install docker
sudo docker-compose up
https://docs.docker.com/desktop/install/windows-install/
Download and setup
Don't forget
Add it to thepath
environment variable: https://www.youtube.com/watch?v=D3YzLLo34ZU
$snap install node --classic
$node --version
v16.16.0
$sudo "curl -qL https://www.npmjs.com/install.sh > install.sh"
$npm --version
8.15.0
https://nodejs.org/en/download/
node -v
v14.18.1
cd site
npm install
It is going to install the package-lock.json
# serve the webpage with:
cd site
npm start
Create a virtual environment.
python -m venv venv
. venv/bin/activate
for linux.\venv\Scripts\activate
for windows powershell.
https://fastapi.tiangolo.com/tutorial/
pip install fastapi
To serve the python websocket, use
If you working with python package*
cd app/
uvicorn main:app --reload
- Add people here (Contributor/Author) ~ Contribution to the project