Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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-server

npm 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