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

https://github.com/stackbit/stackbit-theme-azimuth-gridsome


https://github.com/stackbit/stackbit-theme-azimuth-gridsome

Last synced: 26 days ago
JSON representation

Awesome Lists containing this project

README

          

# stackbit-theme-azimuth-gridsome

## Quickstart

#### Gridsome CLI.

```
npm install --global @gridsome/cli
```

#### Start the local development server.

```
yarn

yarn develop
```
or

```
npm install
npm run develop
```

#### Build

```
yarn build
```

or

```
npm run build
```