mirror of
https://github.com/Blah-IM/Weblah.git
synced 2025-07-29 16:32:40 +00:00
chore: add license & readme
This commit is contained in:
parent
a6b8910b8e
commit
d8ececf25a
2 changed files with 679 additions and 15 deletions
20
README.md
20
README.md
|
@ -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).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue