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

Added quickstart guide.

parent 0bffd68b
No related branches found
No related tags found
No related merge requests found
# Hiboo
### Quickstart dev guide:
Clone Hiboo:
`
git clone https://forge.tedomum.net/acides/hiboo
cd hiboo
`
Create virtualenv and activate it:
`
mkdir venv
virtualenv venv
source venv/bin/activate
`
Install dependencies:
`
pip install -r requirements.txt
`
Generate the static folder:
`
npm install; ./node_modules/.bin/webpack-cli
`
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