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

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

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

Last synced: over 1 year 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!