Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.