Skip to content

Migrate to Vue #3

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 18 additions & 18 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
.DS_Store
*.zip
node_modules
/dist

# fonts
assets/fonts
# local env files
.env.local
.env.*.local

# apple mocks
assets/images/iphone_13.png
assets/images/iphone_15_pro.png
assets/images/ipad_pro.png
# Log files
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*

# copyrighted content
assets/images/byheart/sure-enough.jpeg
assets/images/cider/tracks/
assets/sf/

# archives
assets/images/archive

# priv
dev/
legal/priv/*
# Editor directories and files
.idea
.vscode
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
1 change: 0 additions & 1 deletion LICENSE

This file was deleted.

1 change: 0 additions & 1 deletion PRIVACY.md

This file was deleted.

46 changes: 19 additions & 27 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,32 +1,24 @@
Visit [apps.lumaa.fr](https://apps.lumaa.fr/) for more info
# apps

# Apps
- [TicTac](https://apps.lumaa.fr/app/tictac) - Time management with countdowns and reminders (VERSION 2.0.0 IN THE WORKS)
- [ByHeart](https://apps.lumaa.fr/app/byheart) - *(Temporarily discontinued)* Music info app
- [**Bubble**](https://apps.lumaa.fr/app/bubble) - Light Mastodon client
- [NumMemory](https://d.lumaa.fr/nummemory) - Guess a number of your choice, but only once a day
- [Artisticly](https://apps.lumaa.fr/app/artisticly) - Create your own music library, by scrapping songs off of Spotify or by upload songs yourself
- [Fraca](https://apps.lumaa.fr/app/fraca) - A French-Quebec bridge on all Apple devices / Un lien franco-québécois sur tous vos appareils Apple
- WidgAround - A fully customizable widget app for iOS
- [**Record Link**](https://apps.lumaa.fr/app/recordlink) - Record Link is an upcoming service to allow every one to share music whatever the platform you use
- [Cider Remote](https://apps.lumaa.fr/app/remote) - Cider Collective's remote app to control your music playing on your computer, seemlessly, instantly, and easily
## Project setup
```
npm install
```

# Legal & Info
Visit [apps.lumaa.fr/legal/privacy](https://apps.lumaa.fr/legal/privacy) and select an app for more info to read the Privacy Policy\
Visit [apps.lumaa.fr/legal/copyrights](https://apps.lumaa.fr/legal/copyrights) to know more about copyrighted content from Lumaa\
Visit [apps.lumaa.fr/legal/threaded](https://apps.lumaa.fr/legal/threaded) to know more about the Threaded name change, due to a legal action from Instagram, LLC.
### Compiles and hot-reloads for development
```
npm run serve
```

Learn more about the usage of [Artifical Intelligence](https://apps.lumaa.fr/legal/ai) in Lumaa's projects and his opinions on it.\
### Compiles and minifies for production
```
npm run build
```

## Extra
- The NumMemory link use the [Desire Path](https://d.lumaa.fr/desirepath) redirection system.
- Lumaa is affiliated to [Cider Collective](https://cider.sh/)
### Lints and fixes files
```
npm run lint
```

## Excluded Content
This repository contains the full website, except these elements:
- Fonts
- Official Apple mocks
- Copyrighted content

Exceptions:
- Cider Collective public assets
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).
90 changes: 0 additions & 90 deletions app/artisticly.html

This file was deleted.

Loading