Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rfarine/womanlymag
https://github.com/rfarine/womanlymag
gatsby gatsbyjs html javascript magazine non-binary react static-site webpack woman women
Last synced: 27 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/rfarine/womanlymag
- Owner: rfarine
- License: mit
- Created: 2017-06-18T17:42:02.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-11-27T02:49:59.000Z (about 7 years ago)
- Last Synced: 2024-10-24T14:40:38.505Z (2 months ago)
- Topics: gatsby, gatsbyjs, html, javascript, magazine, non-binary, react, static-site, webpack, woman, women
- Language: JavaScript
- Homepage:
- Size: 1.38 MB
- Stars: 4
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Womanly Mag
## Art & Health on the Global Woman and Non-Binary## Contributing
1) Open all new branches against the `staging` branch. (Naming convention like so: `feature/name-of-feature`, `bugfix/name-of-bug`)
2) When code is ready for review, open a PR that compares your feature branch to `staging`.
3) When code has been approved, merge into staging and check (http://netlify.com)[Netlify] for a successful deploy.
4) Test in staging.
5) Open a PR with the title `staging --> master`. Get approval.
6) Merge merge merge! Check for that sweet, sweet, successful deploy.---
## Running the App
### Development
You'll spend most of your time doing this shit:
```
yarn develop
```### Build
Want to see what the public directory looks like? Build it.
```
yarn build
```This runs `yarn dato:dump` to dump all content from Dato into src/pages and then runs `gatsby build` to generate pages for production.
### Deploy
Merging into master **automatically deploys**. But if you want to manually deploy:
```
yarn deploy
```