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
- Host: GitHub
- URL: https://github.com/afrontend/dashboard
- Owner: afrontend
- License: mit
- Created: 2023-03-05T09:55:57.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-06-22T14:45:32.000Z (12 months ago)
- Last Synced: 2025-06-22T15:39:22.354Z (12 months ago)
- Language: JavaScript
- Homepage: https://dashboard-9yyp.onrender.com/
- Size: 1.34 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```