https://github.com/codebender828/website
https://github.com/codebender828/website
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/codebender828/website
- Owner: codebender828
- Created: 2022-12-25T06:49:40.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-09-15T15:05:10.000Z (over 1 year ago)
- Last Synced: 2025-04-08T14:17:15.869Z (about 1 year ago)
- Language: Vue
- Homepage: jbakebwa-dev.vercel.app
- Size: 22.8 MB
- Stars: 2
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Chakra UI Vue Next Documentation Site
Look at the [Content documentation](https://content-v2.nuxtjs.org/) to learn more.
## Setup
Make sure to install the dependencies:
```bash
# yarn
yarn install
# npm
npm install
# pnpm
pnpm install --shamefully-hoist
```
## Development Server
Start the development server on http://localhost:3000
```bash
npm run dev
```
## Production
Build the application for production:
```bash
npm run build
```
Locally preview production build:
```bash
npm run preview
```
Checkout the [deployment documentation](https://v3.nuxtjs.org/docs/deployment) for more information.