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

https://github.com/toheeb-ojuolape/cwg-website


https://github.com/toheeb-ojuolape/cwg-website

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# CWG Website

## Run the project project

Clone this repo

## Developing

Once you've cloned the project and installed dependencies with `pnpm install`, start a development server:

```bash
pnpm dev

# or start the server and open the app in a new browser tab
pnpm dev -- --open
```

## Building

To create a production version of your app:

```bash
pnpm build
```

You can preview the production build with `pnpm run preview`.