Skip to content

Commit 83b5579

Browse files
authored
Merge pull request #32 from mcserversoft/dev
v6.0.0
2 parents f43c9b8 + e992ed0 commit 83b5579

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

80 files changed

+6627
-7994
lines changed

.vscode/settings.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"cSpell.words": [
3+
"flowbite",
4+
"MCSS",
5+
"peekable"
6+
]
7+
}

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
1-
[![Discord](https://img.shields.io/discord/335560186930659328?label=Discord)](https://mcserversoft.com/discord)
2-
[![Maintained](https://img.shields.io/maintenance/yes/2022)](https://github.com/mcserversoft/RemotePanel)
1+
[![SvelteKit](https://img.shields.io/badge/Svelte-4A4A55?style=flat&logo=svelte&logoColor=FF3E00)](https://kit.svelte.dev)
2+
[![Tailwind CSS](https://img.shields.io/badge/Tailwind_CSS-38B2AC?style=flat&logo=tailwind-css&logoColor=white)](https://tailwindcss.com)
3+
[![Discord](https://img.shields.io/discord/335560186930659328?label=MCSS%20Discord)](https://mcserversoft.com/discord)
4+
[![Maintained](https://img.shields.io/maintenance/yes/2023?label=Maintained)](https://github.com/mcserversoft/RemotePanel)
5+
[![Kofi](https://img.shields.io/badge/Kofi-F16061.svg?logo=ko-fi&logoColor=white)](https://mcserversoft.com/donate)
6+
37

48
# MCSS Remote Panel
59

6-
This repository contains the code that is used for the remote panel. Feel free to [report issues](https://github.com/stefmmm/MCSS-Panel/issues), make [pull requests](https://github.com/mcserversoft/RemotePanel/pulls), all is appreciated!
10+
This repository contains the code that is used for the remote panel. Feel free to [report issues](https://github.com/mcserversoft/RemotePanel/issues), make [pull requests](https://github.com/mcserversoft/RemotePanel/pulls), all is appreciated!
711

812
Join our [discord](https://mcserversoft.com/discord) for a chat!
913

@@ -18,5 +22,3 @@ npm run dev
1822
# or start the server and open the app in a new browser tab
1923
npm run dev -- --open
2024
```
21-
22-
This was built with [SvelteKit](https://kit.svelte.dev/) and [Tailwind CSS ](https://tailwindcss.com).

0 commit comments

Comments
 (0)