https://github.com/codebender828/slack-landing-chakra
Chakra UI Vue implementation of Slack's landing page
https://github.com/codebender828/slack-landing-chakra
Last synced: 12 months ago
JSON representation
Chakra UI Vue implementation of Slack's landing page
- Host: GitHub
- URL: https://github.com/codebender828/slack-landing-chakra
- Owner: codebender828
- Created: 2020-09-09T13:53:30.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-09-09T15:09:54.000Z (almost 6 years ago)
- Last Synced: 2025-04-08T14:14:57.724Z (about 1 year ago)
- Language: Vue
- Homepage: https://slack-landing.vercel.app
- Size: 2.16 MB
- Stars: 7
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# slack-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).