https://github.com/codebender828/miro-landing-chakra
Clone of Miro's landing page made with Chakra UI Vue
https://github.com/codebender828/miro-landing-chakra
Last synced: about 1 year ago
JSON representation
Clone of Miro's landing page made with Chakra UI Vue
- Host: GitHub
- URL: https://github.com/codebender828/miro-landing-chakra
- Owner: codebender828
- Created: 2020-09-08T17:33:07.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-09-08T18:05:35.000Z (almost 6 years ago)
- Last Synced: 2025-02-14T10:28:11.537Z (over 1 year ago)
- Language: Vue
- Homepage: https://miro-landing.vercel.app
- Size: 532 KB
- Stars: 12
- Watchers: 0
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# miro-landing
## Build Setup
```bash
# install dependencies
$ yarn install
# serve with hot reload at localhost:3000
$ yarn dev
# build for production and launch server
$ yarn build
$ yarn start
# generate static project
$ yarn generate
```
For detailed explanation on how things work, check out [Nuxt.js docs](https://nuxtjs.org).