https://github.com/stackbit/stackbit-theme-azimuth-gridsome
https://github.com/stackbit/stackbit-theme-azimuth-gridsome
Last synced: 26 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/stackbit/stackbit-theme-azimuth-gridsome
- Owner: stackbit
- Created: 2019-09-16T06:08:58.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-09-26T20:26:13.000Z (about 6 years ago)
- Last Synced: 2025-08-17T01:33:24.092Z (3 months ago)
- Language: CSS
- Size: 2.85 MB
- Stars: 2
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```