Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/holtwick/create-hostic

Starting point for Hostic project
https://github.com/holtwick/create-hostic

Last synced: 11 days ago
JSON representation

Starting point for Hostic project

Awesome Lists containing this project

README

        

# create-hostic

Create a static web site using [Hostic](https://github.com/holtwick/hostic).

```bash
$ npm init hostic
$ cd
$ npm install
$ npm run dev
```

If using Yarn:

```bash
$ yarn create hostic
$ cd
$ yarn
$ yarn dev
```

---

This package was created using as model. Thanks!