https://github.com/trovster/madebysurface
Surface website
https://github.com/trovster/madebysurface
11ty php surface wordpress
Last synced: 3 months ago
JSON representation
Surface website
- Host: GitHub
- URL: https://github.com/trovster/madebysurface
- Owner: trovster
- Created: 2020-05-18T21:00:13.000Z (almost 6 years ago)
- Default Branch: develop
- Last Pushed: 2025-02-11T17:08:42.000Z (about 1 year ago)
- Last Synced: 2025-04-09T06:51:15.484Z (about 1 year ago)
- Topics: 11ty, php, surface, wordpress
- Language: SCSS
- Homepage: http://madebysurface.trovster.com/
- Size: 6.23 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
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.