Code Monkey home page Code Monkey logo

website's Introduction

Chennaipy Website

Build Status

This is the repo for the Chennai Python User Group's website http://chennaipy.org. The site is built using Pelican, a static site generator, powered by Python. The site's theme is based on Pure Pelican Theme.

Find us

Setup for local development

  • Fork repo

    Fork the repository to your account so that you have your copy of the website.

  • Clone repo

      $ git clone --recursive [email protected]:<your-username>/website.git chennaipy-website
    

    This will clone the repository on to your system and clone the submodules inside it as well recursively. Additionally, the folder to which it will be cloned to is called chennaipy-website.

  • Set up a virtual env in that folder and activate it

      $ cd <repo>
      $ virtualenv env
      $ source env/bin/activate
    
  • Install the requirements using pip from inside the virtual environment

      (env)$ pip install -r requirements.txt
    
  • Start the server

      make devserver
    
  • Visit local site

    Open up your web browser and point it to http://localhost:8000 to see the site running locally. Yay!

Contributing

See CONTRIBUTING.md

website's People

Contributors

astronomersiva avatar babuenir avatar bravegnu avatar gnurenga avatar igauravsehrawat avatar kirang89 avatar mendox avatar shrayasr avatar thuruv avatar whiletruelearn avatar

Watchers

 avatar  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.