https://github.com/hellomouse/board
A thing that's like Pinterest + notes app combined
https://github.com/hellomouse/board
Last synced: 4 months ago
JSON representation
A thing that's like Pinterest + notes app combined
- Host: GitHub
- URL: https://github.com/hellomouse/board
- Owner: hellomouse
- License: mit
- Created: 2023-07-18T04:00:44.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-05-25T04:21:36.000Z (over 1 year ago)
- Last Synced: 2025-02-28T07:00:35.180Z (10 months ago)
- Language: Vue
- Homepage:
- Size: 4.9 MB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
Hellomouse Apps
🚧 This is currently under construction, features may change at any time 🚧

Hellomouse Apps is an app suite for Hellomouse. Currently we have the following apps:
- **Board:** A pinterest / notes app for archiving websites, images, or just your own ideas, under `/board`.
- Create boards and pins and share them with other users / the public
- Create pins with text formatting, checklists, images, or link previews
- Archive websites with a single click (save as HTML, PDF, special handling for some sites)
- **Link:** A linktree clone with style support for hundreds of sites
- **Docs:** Documentation for the app suite API under `/docs`
- **Site:** Dashboard to view site archive tasks
- **Music:** Music player with auto-download support for sites like Youtube, Bilibili, Soundcloud, etc...
### Other Components
These will also need to be installed for the app to function.
- **Backend server:** https://github.com/hellomouse/hellomouse-apps-api
- **Site downloader service:** https://github.com/hellomouse/apps-site-service
### Built With
- [](https://nuxt.com "Nuxt.js")
- [](https://vuejs.org/ "Vue.js")
- 
- 
- 
## Running
### Setup
```bash
npm install
```
### Development Server
Start the development server on `http://localhost:3000`:
```bash
npm run dev
```
### Production
Build the application for production and locally preview production build
```bash
npm run build
npm run preview
```
Check out the [deployment documentation](https://nuxt.com/docs/getting-started/deployment) for more information.