-
Create a Pipenv environment and install Python dependencies:
pipenv install --dev
-
Install JavaScript dependencies:
npm install
-
Create and fill out file with local configuration variables:
cp shrew/env.dev.example shrew/.env
(alternatively you can set those settings as environment variables)
-
Run database migrations:
pipenv run ./manage.py migrate
-
Create database table for keeping caches:
pipenv run ./manage.py createcachetable
-
Create the admin account:
pipenv run ./manage.py createsuperuser
-
Start the development server:
pipenv run ./manage.py runserver
forked from ludwiktrammer/shrew
-
Notifications
You must be signed in to change notification settings - Fork 0
alexwenbj/shrew
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
A platform for learning programming by creating drawings and animations
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- Python 41.9%
- HTML 30.3%
- JavaScript 21.5%
- CSS 6.3%