https://github.com/datagrove/dgcrdarkmode
Beta version of the Datagrove Costa Rica website that includes a dark mode option.
https://github.com/datagrove/dgcrdarkmode
Last synced: 4 months ago
JSON representation
Beta version of the Datagrove Costa Rica website that includes a dark mode option.
- Host: GitHub
- URL: https://github.com/datagrove/dgcrdarkmode
- Owner: datagrove
- Created: 2022-06-06T22:14:31.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-06-07T15:21:47.000Z (about 4 years ago)
- Last Synced: 2025-07-19T03:33:36.253Z (11 months ago)
- Language: Vue
- Homepage: https://dgcrdarkmodebeta.surge.sh/
- Size: 451 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dgDarkMode
Beta version of the Datagrove Costa Rica website that includes a dark mode option.
## Project Setup
```sh
npm install
```
### Compile and Hot-Reload for Development
```sh
npm run dev
```
### Compile and Minify for Production
```sh
npm run build
```