Web client for Blah IM
Find a file
2024-08-30 03:21:51 +08:00
.zed init 2024-08-28 17:08:32 +08:00
src feat: basic rich text input & format 2024-08-30 03:21:51 +08:00
static init 2024-08-28 17:08:32 +08:00
.gitignore init 2024-08-28 17:08:32 +08:00
.node-version chore: add .node-verion for CI 2024-08-28 17:15:43 +08:00
.npmrc init 2024-08-28 17:08:32 +08:00
.prettierignore init 2024-08-28 17:08:32 +08:00
.prettierrc init 2024-08-28 17:08:32 +08:00
eslint.config.js feat: view transition, chat item sizing & group / unread 2024-08-29 14:42:20 +08:00
LICENSE chore: add license & readme 2024-08-28 17:12:47 +08:00
package-lock.json feat: basic rich text input & format 2024-08-30 03:21:51 +08:00
package.json feat: basic rich text input & format 2024-08-30 03:21:51 +08:00
postcss.config.js init 2024-08-28 17:08:32 +08:00
README.md chore: add license & readme 2024-08-28 17:12:47 +08:00
svelte.config.js init 2024-08-28 17:08:32 +08:00
tailwind.config.ts feat: view transition, chat item sizing & group / unread 2024-08-29 14:42:20 +08:00
tsconfig.json init 2024-08-28 17:08:32 +08:00
vite.config.ts init 2024-08-28 17:08:32 +08:00

Weblah

A web client for Blah IM, built with SvelteKit & Tailwind CSS.

Developing

Once you've created a project and installed dependencies with npm install (or pnpm install or yarn), start a development server:

npm run dev

# or start the server and open the app in a new browser tab
npm run dev -- --open

Building

To create a production version of your app:

npm run build

You can preview the production build with npm run preview.

License

This project is open source and available under the GNU General Public License v3.0.