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

https://github.com/afrontend/dashboard

Local web service to show bookmarks
https://github.com/afrontend/dashboard

Last synced: 12 months ago
JSON representation

Local web service to show bookmarks

Awesome Lists containing this project

README

          

# Dashboard

Local web service to show bookmarks

```
git clone https://github.com/afrontend/dashboard.git
cd dashboard
yarn install
mkdir json
echo '[{"name": "google", "link": "https://google.com"}]' > json/officeBookmark.json
echo '[{"name": "google", "link": "https://google.com"}]' > json/homeBookmark.json
echo '[{"content": "This a text for copy"}]' > json/text.json
yarn run serve
```