Skip to content

ACM-W/ACMW-refresh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cal State Fullerton - ACM-W Website

a new, smaller version written in Flask

to run the development server

  1. clone the repo: $ git clone https://github.com/higgottluke/ACMW-refresh.git
  2. cd into the new directory: $ cd ACMW-refresh
  3. install flask and other requirements: $ pip install -r requirements.txt
  • if you want, you can do this inside of a virtualenv
  1. tell flask where to find the app: $ export FLASK_APP=app.py or $ set FLASK_APP=app.py
  2. optionally, turn on flask's debug mode: $ export FLASK_DEBUG=1 or $ set FLASK_DEBUG=1
  3. run the development server: $ flask run

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 6