GithubHelp home page GithubHelp logo

sharz1 / wwc-website Goto Github PK

View Code? Open in Web Editor NEW

This project forked from wwcodeportland/wwc-website

0.0 0.0 0.0 29.15 MB

Project repo for the WWC PDX website

License: MIT License

HTML 15.59% JavaScript 10.65% CSS 69.33% Python 4.42%

wwc-website's Introduction

wwc-website

Project repo for the WWC PDX website

[this is a work in progress - check back soon for updated versions]

SETUP

How to get this project running on your machine.

  1. Install Git.

    Open terminal (Mac) or command prompt (Windows) and check that it's installed:

    which git

    That should return a path (e.g., /usr/local/bin/git).

  2. Install Python 3.

    Download the latest version of Python (which as of this writing is 3.6.3). The downloadable installer should work for any operating system: https://www.python.org/downloads/

    Once installed, check that it's installed:

    which python3

    That should return a path (e.g., /usr/local/bin/python3). If you're using Windows and get an error message, try using python without the 3.

  3. Fork this repository. This creates a copy of the repository on your GitHub account.

  4. Clone the git repository. This creates a copy of the repository's files on your machine.

    git clone [email protected]:YOUR_GITHUB_USERNAME/wwc-website.git
  5. Move into that repository. Depending on where you put it, you may have to cd into other folders first.

    cd wwc-website
  6. Set up a Python virtual environment. A virtual environment (or virtualenv) isolates the project so that changes made to the project won't affect any others you're also developing.

    python3 -m venv venv

    Now activate the virtual environment. For Mac:

    source venv/bin/activate
    

    For Windows:

    venv\Scripts\activate
    

    You should see (venv) prefixed in front of your terminal prompt, letting you know the virtualenv is active.

  7. Install the requirements using pip. pip is a tool for installing and managing Python packages. It is already installed if you downloaded Python 3 in step 2. It is also automatically installed if you created a virtual environment in step 6.

    You can make sure you have the latest version of pip with this command:

    pip install --upgrade pip

    If for some reason you don't have pip installed, follow these installation directions.

    Once you have pip, install the required packages like this:

    pip install -r requirements.txt
  8. Run the app:

    python manage.py runserver

    You should be able to see the site at http://localhost:8000/.

    The admin dashboard is available at http://localhost:8000/admin.

DJANGO BASICS

Please see this Django guide for information on how to get started with Django, and standards to follow when contributing.

WEBSITE PROPOSED REDESIGN

Current desktop mockup prototype

Current mobile mockup prototype

OLD WEBPAGE

Current desktop site

ATTRIBUTIONS

wwc-website's People

Contributors

emcain avatar ksan8 avatar scholachoi avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.