Giter Club home page Giter Club logo

bases_website's Introduction

BASES Website

Built using express.js.

Contributing

The best way to update content on the BASES website is with the fork-and-pull model. Contributing is the best way to ensure that your team's content gets onto the site as fast as possible, i.e. you can contribute without involving tech team until the very last step.

To contribute, make all the desired content changes on your local fork and then submit a pull request. Note that all commands beginning with $: indicate they should be executed on your terminal.

  1. Fork the repository
  2. Clone the repository to your local machine
  3. Configure your development environment to work on the site:
    • Install Node.js - the JavaScript platform everyone's been talking about! Note that Node comes with "Node Package Manager" which you will often see abbreviated as npm. This is a utility used to manage libraries.
  4. Enter the bases website directory: $: cd bases_website
  5. Install dependencies: $: npm install
  6. Run the web application to develop: $: PORT=8000 node app
  7. Check that your local copy of the site is running by going to: localhost:8000 on your web browser

All pages are found under the views directory. Note that this project uses Jade as a templating language which is eventually converted to the HTML served by the website. Using Jade should be relatively straightforward if you just want to add content (i.e. just copy what already exists). After making any changes, refresh the page on localhost (You may have to clear the cache by using Cmd + Shift + R when you refresh) and make sure that the website looks ok.

bases_website's People

Contributors

gshubham avatar trijeetm avatar johnyangsam avatar darylchang123 avatar anshukla avatar charlesbmi avatar jteplitz avatar kianahui avatar

Watchers

Daryl Chang 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.