Skip to content
Snippets Groups Projects
Commit fb64767b authored by kaiyou's avatar kaiyou
Browse files

Merge branch 'jae-dev' into 'master'

Added readme with simple quickstart guide

See merge request !2
parents 0bffd68b b9d45e58
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