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

https://github.com/logchimp/theme

The default theme for LogChimp
https://github.com/logchimp/theme

dashboard default-theme logchimp theme vue-router vuejs vuejs2 vuex

Last synced: 11 months ago
JSON representation

The default theme for LogChimp

Awesome Lists containing this project

README

          

# Theme

The default theme for [LogChimp](https://github.com/logchimp/logchimp).

![test](https://github.com/logchimp/theme/workflows/test/badge.svg?branch=main) [![Storybook](https://cdn.jsdelivr.net/gh/storybookjs/brand@main/badge/badge-storybook.svg)](https://components.logchimp.codecarrot.net/)

![Theme preview](https://cdn.logchimp.codecarrot.net/logchimp-home-preview.png)

# Development

You'll need [Node](https://nodejs.org/) _(see package.json for required engine)_, and [Yarn](https://yarnpkg.com/) installed globally. After that, from the theme's root directory:

```bash
# install dependencies
yarn install

# run development server
yarn dev
```