https://github.com/toheeb-ojuolape/cwg-website
https://github.com/toheeb-ojuolape/cwg-website
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/toheeb-ojuolape/cwg-website
- Owner: Toheeb-Ojuolape
- Created: 2024-09-11T08:41:45.000Z (9 months ago)
- Default Branch: website-fix
- Last Pushed: 2024-09-11T09:19:26.000Z (9 months ago)
- Last Synced: 2025-02-13T08:53:50.802Z (4 months ago)
- Language: Svelte
- Size: 42.2 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`.