Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/idyll-lang/data-writer-test-project
Test case for DataWriter
https://github.com/idyll-lang/data-writer-test-project
Last synced: 14 days ago
JSON representation
Test case for DataWriter
- Host: GitHub
- URL: https://github.com/idyll-lang/data-writer-test-project
- Owner: idyll-lang
- Created: 2020-12-18T00:06:27.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2020-12-18T00:07:00.000Z (almost 4 years ago)
- Last Synced: 2024-10-30T00:54:54.565Z (21 days ago)
- Size: 81.1 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.