Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/trovster/madebysurface
Surface website
https://github.com/trovster/madebysurface
Last synced: about 1 month ago
JSON representation
Surface website
- Host: GitHub
- URL: https://github.com/trovster/madebysurface
- Owner: trovster
- Created: 2020-05-18T21:00:13.000Z (over 4 years ago)
- Default Branch: develop
- Last Pushed: 2023-11-21T12:06:00.000Z (about 1 year ago)
- Last Synced: 2024-12-06T21:05:28.892Z (about 1 month ago)
- Language: SCSS
- Homepage: https://www.madebysurface.co.uk
- Size: 6.02 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
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.