https://github.com/nak0x/mundara-website
Website for the Mundara Experience project
https://github.com/nak0x/mundara-website
ecole-by-cci mundara nuxt vercel
Last synced: about 2 months ago
JSON representation
Website for the Mundara Experience project
- Host: GitHub
- URL: https://github.com/nak0x/mundara-website
- Owner: nak0x
- Created: 2025-05-06T08:00:42.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-07-06T17:10:29.000Z (12 months ago)
- Last Synced: 2025-09-07T08:52:25.266Z (10 months ago)
- Topics: ecole-by-cci, mundara, nuxt, vercel
- Language: Vue
- Homepage: https://mundara-website.vercel.app
- Size: 10.5 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# Mundara Website
> ✨ Checkout the preprod [here 🔗](https://mundara-website.vercel.app/)
## Setup
Make sure to install dependencies:
```bash
# npm
npm install
# pnpm
pnpm install
# yarn
yarn install
# bun
bun install
```
## Development Server
Start the development server on `http://localhost:3000`:
```bash
# npm
npm run dev
# pnpm
pnpm dev
# yarn
yarn dev
# bun
bun run dev
```