Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stuyspec/stuyspec.com
🖼 The Stuyvesant Spectator's website, built with React, GraphQL, and Rails.
https://github.com/stuyspec/stuyspec.com
apollo circleci client-facing graphql-client javascript journalism react reactjs redux
Last synced: 3 days ago
JSON representation
🖼 The Stuyvesant Spectator's website, built with React, GraphQL, and Rails.
- Host: GitHub
- URL: https://github.com/stuyspec/stuyspec.com
- Owner: stuyspec
- License: mit
- Created: 2017-06-21T12:01:36.000Z (over 7 years ago)
- Default Branch: develop
- Last Pushed: 2023-01-26T02:10:36.000Z (almost 2 years ago)
- Last Synced: 2024-04-15T08:10:07.804Z (9 months ago)
- Topics: apollo, circleci, client-facing, graphql-client, javascript, journalism, react, reactjs, redux
- Language: JavaScript
- Homepage: https://stuyspec.com
- Size: 53.1 MB
- Stars: 24
- Watchers: 12
- Forks: 25
- Open Issues: 48
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# stuyspec.com
[![CircleCI](https://img.shields.io/circleci/project/github/RedSparr0w/node-csgo-parser.svg)]()
[![license](https://img.shields.io/github/license/mashape/apistatus.svg)]()
[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?)](https://github.com/prettier/prettier)The client-facing application of The Stuyvesant Spectator, built in [React](https://github.com/facebook/react).
## Contributing
We welcome pull requests from Spec Web developers and seasoned JavaScript developers alike! Please follow [these steps](CONTRIBUTING.md) to contribute.
## Roadmap
For information on the things which are currently being focused on, please visit the [ROADMAP.md](ROADMAP.md) file.
## Setting Up
1. Clone the repository
```
$ git clone https://github.com/stuyspec/stuyspec.com.git
```2. In the `stuyspec.com` folder, run
```
npm install
```3. Run the application
```
npm start
```4. Experiment with the code!
> React automatically hot reloads the code so it will take a few seconds to see your code reflect in the build## Deploying
To push new features to the website, please make sure they work on your local repo first. After having your features merged into the ``develop`` branch, go into your local [stuy-spec-api](https://github.com/stuyspec/stuyspec-api) repo and run ``bundle exec cap production deploy``