Compare commits
2 Commits
9cd91dc788
...
4bddf6c9f7
Author | SHA1 | Date |
---|---|---|
Bauke | 4bddf6c9f7 | |
Bauke | 37dfcfc1f0 |
27
README.md
27
README.md
|
@ -1,32 +1,9 @@
|
||||||
# href+
|
# href+
|
||||||
|
|
||||||
> https://href.plus
|
> **Song-linking website using MusicBrainz data.**
|
||||||
|
|
||||||
* If you find a release that has a link which just shows the domain and not a proper name, please post it in [#5](https://github.com/Bauke/href-plus/issues/5). Thank you!
|
|
||||||
|
|
||||||
## Building
|
|
||||||
|
|
||||||
*Requires a recent version of [Node](https://nodejs.org) and [pnpm](https://pnpm.io).* In the command-line:
|
|
||||||
|
|
||||||
```sh
|
|
||||||
# Clone the repository.
|
|
||||||
git clone https://github.com/Bauke/href-plus.git
|
|
||||||
|
|
||||||
# Move into it.
|
|
||||||
cd href-plus
|
|
||||||
|
|
||||||
# Install the dependencies.
|
|
||||||
pnpm install
|
|
||||||
|
|
||||||
# Start a local development server.
|
|
||||||
pnpm start -- --open
|
|
||||||
|
|
||||||
# Build for production.
|
|
||||||
pnpm vite build --emptyOutDir
|
|
||||||
```
|
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
This project is licensed under the [GPL-3.0-or-later](LICENSE) license.
|
Distributed under the [GPL-3.0-or-later](https://spdx.org/licenses/GPL-3.0-or-later.html) license, see [LICENSE](https://git.bauke.xyz/Bauke/href-plus/src/branch/main/LICENSE) for more information.
|
||||||
|
|
||||||
Icons in [`source/assets/icons`](source/assets/icons) belong to their respective owners.
|
Icons in [`source/assets/icons`](source/assets/icons) belong to their respective owners.
|
||||||
|
|
|
@ -1,8 +1,11 @@
|
||||||
{
|
{
|
||||||
"name": "href-plus",
|
"name": "href-plus",
|
||||||
"version": "0.1.0",
|
"description": "Song-linking website using MusicBrainz data.",
|
||||||
"license": "GPL-3.0-or-later",
|
"license": "GPL-3.0-or-later",
|
||||||
|
"version": "0.1.0",
|
||||||
"author": "Bauke <me@bauke.xyz>",
|
"author": "Bauke <me@bauke.xyz>",
|
||||||
|
"repository": "https://git.bauke.xyz/Bauke/href-plus",
|
||||||
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "vite",
|
"start": "vite",
|
||||||
"test": "xo && stylelint 'source/**/*.scss' && tsc",
|
"test": "xo && stylelint 'source/**/*.scss' && tsc",
|
||||||
|
|
Loading…
Reference in New Issue