Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/trovster/madebysurface

Surface website
https://github.com/trovster/madebysurface

Last synced: 3 days ago
JSON representation

Surface website

Awesome Lists containing this project

README

        

# madebysurface.co.uk

Static site built using [Eleventy](https://www.11ty.dev).

The font is [Inter](https://rsms.me/inter). Brand icons are from [Simple
Icons](https://simpleicons.org). Other icons are from
[FontAwesome](https://origin.fontawesome.com/license).

---

## Development

To start development, you can run the following;

```bash
npm start
```

This will set up watching for compiling SASS and JavaScript and serve Eleventy.

---

## Testing

To run the tests, you run;

```bash
npm test
```

---

## Deploying

A GitHub action updates the `gh-pages` branch with the latest build when a
commit is made to the `master` branch.