We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94af408 commit fd7011cCopy full SHA for fd7011c
script/bootstrap
@@ -0,0 +1,3 @@
1
+#!/bin/bash
2
+pipenv shell
3
+pip install -r requirements.txt
script/build
@@ -0,0 +1,4 @@
+python build_database.py
+python generate_screenshots.py
4
+python update_readme.py --rewrite
script/server
@@ -0,0 +1,2 @@
+datasette . -p 8002
script/update
0 commit comments