Skip to content
Snippets Groups Projects
Commit cf22c7ba authored by Jae Beojkkoch's avatar Jae Beojkkoch
Browse files

Fix typo.

parent 667eb2ce
No related branches found
No related tags found
1 merge request!2Added readme with simple quickstart guide
Pipeline #312 passed
......@@ -2,30 +2,30 @@
### Quickstart dev guide:
Clone Hiboo:
Clone Hiboo:
`
git clone https://forge.tedomum.net/acides/hiboo
cd hiboo
git clone https://forge.tedomum.net/acides/hiboo
cd hiboo
`
Create virtualenv and activate it:
Create virtualenv and activate it:
`
mkdir venv
virtualenv venv
source venv/bin/activate
mkdir venv
virtualenv venv
source venv/bin/activate
`
Install dependencies:
Install dependencies:
`
pip install -r requirements.txt
pip install -r requirements.txt
`
Generate the static folder:
Generate the static folder:
`
npm install; ./node_modules/.bin/webpack-cli
npm install; ./node_modules/.bin/webpack-cli
`
Run:
Run:
`
export FLASK_APP=hiboo; flask run
export FLASK_APP=hiboo; flask run
`
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment