chore: add license & readme

This commit is contained in:
Shibo Lyu 2024-08-28 17:12:47 +08:00
parent a6b8910b8e
commit d8ececf25a
2 changed files with 679 additions and 15 deletions

View file

@ -1,18 +1,6 @@
# create-svelte
# Weblah
Everything you need to build a Svelte project, powered by [`create-svelte`](https://github.com/sveltejs/kit/tree/main/packages/create-svelte).
## 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
```
A web client for Blah IM, built with [SvelteKit](https://kit.svelte.dev) & [Tailwind CSS](https://tailwindcss.com).
## Developing
@ -35,4 +23,6 @@ npm run build
You can preview the production build with `npm run preview`.
> To deploy your app, you may need to install an [adapter](https://kit.svelte.dev/docs/adapters) for your target environment.
## License
This project is open source and available under the [GNU General Public License v3.0](LICENSE).