An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

Mundara logo

# 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
```