Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/exu3/fhsacs-rewrite

i will get to archiving this someday
https://github.com/exu3/fhsacs-rewrite

Last synced: 18 days ago
JSON representation

i will get to archiving this someday

Awesome Lists containing this project

README

        

## Foothill ACS Club Website

#### Instructions to run the code locally:

Prerequisites-
1. Node.js ( [Install Here](https://nodejs.org/en/download/) )
2. Git ( [Install Here](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git) )
3. A text editor

To get started, do the following-
1. Clone the repo. `git clone https://github.com/eilla1/foothill-acs.git`
2. In your terminal, cd into that folder.
- then do `$ npm install` in your terminal
- then, `$ npm install -g gatsby-cli`
- then, `gatsby develop` which will run the site locally at http://localhost:8000

Best practices when working on this project-
1. Always create your own branch and make your changes there. *Never* push straight to `master`.
2. Don't make changes on files not assigned to you to avoid merge conflicts.