Skip to content

Commit fbb3a92

Browse files
Update Readme.md
1 parent 40f1b67 commit fbb3a92

1 file changed

Lines changed: 13 additions & 9 deletions

File tree

Readme.md

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,40 @@
1-
## Introduction
1+
# Introduction
22

3-
### What is AudioCuesheetEditor?
3+
## What is AudioCuesheetEditor?
44

55
AudioCuesheetEditor is a Blazor based web port of AudioCuesheetEditor (https://sourceforge.net/projects/audiocuesheet/).
66
Basically it is a program for handling audio cuesheet files and everything around.
77

8-
### Description
8+
## Description
99

1010
AudioCuesheetEditor is a Blazor based web application for writing audio cuesheets. There is much validation that helps the user to write a valid cuesheet. You can import external data (like text files, xml files, etc.) and analyse them directly in GUI. There are also much export variations like CSV, but you can customize export freely.
1111

12-
## Usage
12+
# Usage
1313

1414
Simply open the link https://audiocuesheeteditor.netlify.app/ on any browser
1515

16-
## Environments
16+
# Environments
1717

18-
### Production
18+
## Production
1919

2020
[![Build & Deploy](https://github.com/NeoCoderMatrix86/AudioCuesheetEditor/actions/workflows/build_pipeline.yml/badge.svg?branch=master)](https://github.com/NeoCoderMatrix86/AudioCuesheetEditor/actions/workflows/build_pipeline.yml)
2121

2222
The current stable version can be found here: https://audiocuesheeteditor.netlify.app/
2323

24-
### Preview
24+
## Preview
2525

2626
[![Build & Deploy](https://github.com/NeoCoderMatrix86/AudioCuesheetEditor/actions/workflows/build_pipeline.yml/badge.svg?branch=development)](https://github.com/NeoCoderMatrix86/AudioCuesheetEditor/actions/workflows/build_pipeline.yml)
2727

2828
The next release candidate version can be found here: https://preview-audiocuesheeteditor.netlify.app/
2929

30-
## Contributing
30+
# Contributing
3131

3232
You can contribute to the project by opening up issues or adding feature requests. To do so, you simply open https://github.com/NeoCoderMatrix86/AudioCuesheetEditor/issues and add a new issue. If you want, you can also contribute by developing a feature or fixing a bug. More can be found here: https://github.com/NeoCoderMatrix86/AudioCuesheetEditor/blob/master/CONTRIBUTING.md
3333

34-
## License
34+
## Requirements
35+
36+
This application is build using Blazor WASM Standalone and needs .NET 10 to run. Tests are running using MSTest and Playwright.
37+
38+
# License
3539

3640
GNU GENERAL PUBLIC LICENSE Version 3

0 commit comments

Comments
 (0)