Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alexellis/growlab.dev
growlab.dev website
https://github.com/alexellis/growlab.dev
Last synced: 20 days ago
JSON representation
growlab.dev website
- Host: GitHub
- URL: https://github.com/alexellis/growlab.dev
- Owner: alexellis
- Created: 2021-05-06T08:48:22.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-07-31T13:52:44.000Z (over 3 years ago)
- Last Synced: 2024-10-04T18:58:12.710Z (about 1 month ago)
- Language: HTML
- Homepage: https://growlab.dev
- Size: 2.24 MB
- Stars: 7
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# growlab.dev
The website for [growlab.dev](https://growlab.dev)
## Building
Install [Node.js LTS](https://nodejs.org/en/)
```bash
npm i -g postcss-cli
npm i -g live-servernpm install
npm run build
```Files are edited in `src/` and copied into `docs/` for publishing.
Preview:
```bash
live-server docs# Or
npm run serve
```## License
MIT