https://github.com/cdrubin/eleventy-start
https://github.com/cdrubin/eleventy-start
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/cdrubin/eleventy-start
- Owner: cdrubin
- Created: 2021-09-09T15:24:57.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-10-14T04:35:52.000Z (over 3 years ago)
- Last Synced: 2025-02-05T17:43:58.358Z (4 months ago)
- Language: Nunjucks
- Size: 318 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```