Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aleksanderpalamar/background-music-ambience
https://github.com/aleksanderpalamar/background-music-ambience
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/aleksanderpalamar/background-music-ambience
- Owner: aleksanderpalamar
- Created: 2024-01-04T21:44:47.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-06T16:04:08.000Z (about 1 year ago)
- Last Synced: 2024-05-01T19:49:14.142Z (9 months ago)
- Language: TypeScript
- Homepage: https://background-music-ambience.vercel.app/
- Size: 18.8 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Background music ambience - Next.js 14, Typescript, TailwindCSS.
![image](https://cdn.discordapp.com/attachments/811800332006457356/1192586685830140015/image.png?ex=65a99de7&is=659728e7&hm=a62803b121d2b616de622c176df945b28f3a212845a00435bf5e88d3caf86cd3&)
You can contribute to this project by creating a PR on the [GitHub repository](https://github.com/aleksanderpalamar/background-music-ambience/pulls).
## Cloning the repository
```
git clone https://github.com/aleksanderpalamar/background-music-ambience.git
```## Installing dependencies
```
npm install
```## Start application
```bash
npm run dev
```
## Start application in production```bash
npm run build && npm run start
```