Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/strt/www
Our website
https://github.com/strt/www
agency gatsby react static-site strateg styled-components
Last synced: 6 days ago
JSON representation
Our website
- Host: GitHub
- URL: https://github.com/strt/www
- Owner: strt
- Created: 2018-03-07T15:02:03.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-05-23T09:49:18.000Z (over 2 years ago)
- Last Synced: 2024-03-26T16:21:45.852Z (8 months ago)
- Topics: agency, gatsby, react, static-site, strateg, styled-components
- Language: JavaScript
- Homepage: https://strateg.se
- Size: 149 MB
- Stars: 16
- Watchers: 2
- Forks: 11
- Open Issues: 2
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# [Strateg.se](https://strateg.se)
[![Netlify Status](https://api.netlify.com/api/v1/badges/35441f05-a098-44a2-9f68-eec71d4a0d89/deploy-status)](https://app.netlify.com/sites/strateg/deploys)
## Requirements
- Node 8+ (lts/carbon)
- Yarn## Setup
- Run `cp .env.example .env` and fill in the required variables.
- You will also need to have a global `FONTAWESOME_TOKEN` env variable set to access fontawsomes npm registry, run `export FONTAWESOME_TOKEN=`.
- Run `yarn` to install dependencies and `yarn dev` to start the dev server.
## Deploy
- The site is hosted on [Netlify](https://netlify.com).
- We are using continous deployment so the `master` branch will be deployed on every commit. All pull requests are deployed as draft previews with a unique URL.
## Browser support
- We only intend to support "evergreen" browsers (Chrome, Firefox, Safari and Edge). Full list is in our [.browserslistrc](.browserslistrc) file.