https://github.com/keller-mark/vitessce-hugo-example
https://github.com/keller-mark/vitessce-hugo-example
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/keller-mark/vitessce-hugo-example
- Owner: keller-mark
- Created: 2021-03-18T00:19:15.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-03-18T00:19:26.000Z (about 4 years ago)
- Last Synced: 2025-01-12T14:10:09.519Z (5 months ago)
- Language: JavaScript
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
See `assets/my_app.js` and `layouts/index.html`
## Install hugo
```sh
brew install hugo
```## Install JS dependencies
```sh
npm install
```## Run the hugo app
```sh
hugo server -D
```Open browser to http://localhost:1313/