Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gianklug/localchat
Anonymous geolocation based chat demo built with svelte
https://github.com/gianklug/localchat
Last synced: 7 days ago
JSON representation
Anonymous geolocation based chat demo built with svelte
- Host: GitHub
- URL: https://github.com/gianklug/localchat
- Owner: gianklug
- Created: 2022-07-05T16:59:10.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-07-07T16:38:52.000Z (over 2 years ago)
- Last Synced: 2023-08-27T21:23:51.342Z (about 1 year ago)
- Language: Svelte
- Size: 98.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# localchat
Anonymous geolocation based chat demo built with svelteEverything you need to build a Svelte project, powered by [`create-svelte`](https://github.com/sveltejs/kit/tree/master/packages/create-svelte).
## Developing
Install dependencies with `npm install` (or `pnpm install` or `yarn`) and start a development server:
```bash
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 this app:
```bash
npm run build
```You can preview the production build with `npm run preview`.