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

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.

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