Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
MP3 Experiment Player
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Jonas Zohren
MP3 Experiment Player
Commits
0c5b3e94
Verified
Commit
0c5b3e94
authored
2 years ago
by
Jonas Zohren
Browse files
Options
Downloads
Patches
Plain Diff
Some README infos
parent
73613161
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
README.md
+22
-21
22 additions, 21 deletions
README.md
screenshot.png
+0
-0
0 additions, 0 deletions
screenshot.png
with
22 additions
and
21 deletions
README.md
+
22
−
21
View file @
0c5b3e94
#
create-svelte
#
MP3 Experiment Player
Everything you need to build a Svelte project, powered by
[
`create-svelte`
](
https://github.com/sveltejs/kit/tree/master/packages/create-svelte
)
.
WebApp to play an mp3 file in sync at a specific time
## Creating a project
If you're seeing this, you've probably already done this step. Congrats!
```
bash
# create a new project in the current directory
npm create svelte@latest
# create a new project in my-app
npm create svelte@latest my-app
```

## Developing
Once you've created a project and installed dependencies with
`npm install`
(or
`pnpm install`
or
`yarn`
), start a development server:
You'll need at least Node 16 installed on your computer.
```
bash
npm run dev
# Install pnpm if you don't have it already:
corepack
enable
corepack prepare pnpm@latest
--activate
# Clone this repo:
git clone git@gitlab.fachschaften.org:jfowl/mp3-experiment-player.git
cd
mp3-experiment-player
# or start the server and open the app in a new browser tab
npm run dev
--
--open
# Install dependencies:
pnpm
install
# Run dev server
pnpm run dev
```
## Building
To create a production version
of your app
:
To create a production version:
```
bash
npm
run
build
p
npm build
```
You can preview the production build with
`npm run preview`
.
The output lives in the
`public/`
directory.
## License
> To deploy your app, you may need to install an [adapter](https://kit.svelte.dev/docs/adapters) for your target environment
.
This project is licensed under the MIT License
.
This diff is collapsed.
Click to expand it.
screenshot.png
0 → 100644
+
0
−
0
View file @
0c5b3e94
171 KiB
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment