Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/exu3/fhsacs-rewrite
- Owner: exu3
- License: mit
- Created: 2021-04-17T23:01:16.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-05-18T07:33:58.000Z (over 3 years ago)
- Last Synced: 2024-10-27T23:48:33.796Z (2 months ago)
- Language: JavaScript
- Homepage:
- Size: 2.52 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 editorTo 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:8000Best 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.