Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ SHELL := /bin/bash
.PHONY: install-forthic test test-js credentials-server examples docs

example-server: install-forthic
pushd apps/examples/static/forthic && ln -sf ../../../../forthic-js . && popd
pushd apps/examples && ln -sf ../../../../forthic-js . && popd
source myenv/bin/activate && cd apps/examples && FLASK_APP=run.py FLASK_ENV=development flask run --port=8000

myenv:
Expand Down