Skip to content

Gillenwaters/ComputerGraphicsFinal

 
 

Repository files navigation

Let's Learn WebGL

An interactive tutorial website for learning WebGL.

Deploy

  1. Setup the environment: source env.example (bash only)
  2. Install dependencies: pip install -r requirements.txt
  3. Setup the database
    1. Install postgres
    2. Create database:
    $ psql
    # create database tutorials_dev;
    CREATE DATABASE
    #\q
    1. Migrate database: python manage.py db upgrade
  4. Run the server: python manage.py runserver

About

Final project for CSC 625

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • HTML 59.0%
  • JavaScript 34.0%
  • Python 6.4%
  • Other 0.6%