Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/orasund/idyll-playground
https://github.com/orasund/idyll-playground
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/orasund/idyll-playground
- Owner: Orasund
- License: bsd-3-clause
- Created: 2023-10-14T20:59:00.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-15T16:25:23.000Z (about 1 year ago)
- Last Synced: 2023-12-13T08:40:43.729Z (about 1 year ago)
- Language: JavaScript
- Homepage: https://orasund.github.io/idyll-playground/
- Size: 806 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# idyll-post
Template for a single Idyll post.
## Installation
- Make sure you have `idyll` installed (`npm i -g idyll`).
- Clone this repo and run `npm install`.## Developing a post locally
Run `idyll`.
## Building a post for production
Run `idyll build`. The output will appear in the top-level `build` folder. To change the output location, change the `output` option in `package.json`.
## Deploying
Make sure your post has been built, then deploy the docs folder via any static hosting service.
## Dependencies
You can install custom dependencies by running `npm install --save`. Note that any collaborators will also need download the package locally by running `npm install` after pulling the changes.