Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ecmadao/minishcap-demo

A demo website for minishcap service
https://github.com/ecmadao/minishcap-demo

tailwindcss typescript vite vue

Last synced: about 1 month ago
JSON representation

A demo website for minishcap service

Awesome Lists containing this project

README

        

# Minishcap Demo

A simple website for minishcap. Built in Vite + TypeScript + TailwindCSS.

You can check the online demo here: [minishcap-demo](https://ecmadao.github.io/minishcap-demo/)

![demo](./public/screenshot.gif)

## Development

### Start the service

> Check [minishcap-service](https://github.com/ecmadao/minishcap-service) for more details

```bash
$ git clone https://github.com/ecmadao/minishcap-service.git
$ cd minishcap-service
$ docker-compose up
```

### Start the web

```bash
$ git clone https://github.com/ecmadao/minishcap-demo.git
$ cd minishcap-demo
$ npm i
$ npm run dev
```