https://github.com/gijsroge/marko-storyblok
https://github.com/gijsroge/marko-storyblok
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/gijsroge/marko-storyblok
- Owner: gijsroge
- Created: 2022-02-15T21:36:54.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-15T21:37:43.000Z (over 3 years ago)
- Last Synced: 2025-01-03T01:32:07.673Z (6 months ago)
- Language: Marko
- Size: 72.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Marko Widgets: UI Components Playground w/ Vite
==================================## Getting Started
```bash
npm install
npm run dev
```## Production Build
```bash
npm run build
npm start
```