Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
tiqi-js-tutorial
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Matt Grau
tiqi-js-tutorial
Commits
1b8dc99b
Commit
1b8dc99b
authored
3 years ago
by
Matt Grau
Browse files
Options
Downloads
Patches
Plain Diff
add requirements.txt file and steps to README.md to run the repo from scratch
parent
b05e184c
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
README.md
+14
-0
14 additions, 0 deletions
README.md
requirements.txt
+2
-0
2 additions, 0 deletions
requirements.txt
with
16 additions
and
0 deletions
README.md
+
14
−
0
View file @
1b8dc99b
...
...
@@ -57,3 +57,17 @@ npm run-script build
```
bash
pip
install
waitress
```
## Running the final repo
To run the final version of the code, clone the repo, and run the following commands from inside the repo folder.
```
bash
python3
-m
venv demo_venv
source
demo_venv/bin/activate
pip
install
-r
requirements.txt
cd
frontend
npm
install
npm run-script build
cd
..
python3 server.py
```
This diff is collapsed.
Click to expand it.
requirements.txt
0 → 100644
+
2
−
0
View file @
1b8dc99b
flask
waitress
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment