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

https://github.com/cdrubin/eleventy-start


https://github.com/cdrubin/eleventy-start

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# eleventy-start

To start a development server that will watch for changes and serve the contents of the `_site/` directory:
```sh
npm start
```

The actual build process to be followed by GitHub or Cloudflare Pages
```sh
npm run build
```