Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ecmadao/minishcap-demo
- Owner: ecmadao
- Created: 2021-11-23T08:17:58.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-07-12T04:04:47.000Z (over 2 years ago)
- Last Synced: 2024-04-20T16:46:02.630Z (7 months ago)
- Topics: tailwindcss, typescript, vite, vue
- Language: Vue
- Homepage: https://ecmadao.github.io/minishcap-demo/
- Size: 8.61 MB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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
```