https://github.com/bmlt-enabled/amalgameet
https://github.com/bmlt-enabled/amalgameet
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/bmlt-enabled/amalgameet
- Owner: bmlt-enabled
- Created: 2021-11-14T18:23:50.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-11-15T04:59:52.000Z (over 4 years ago)
- Last Synced: 2023-02-26T15:27:09.067Z (over 3 years ago)
- Language: Svelte
- Size: 422 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# amalgameet
bootstrapped using [Svelte](https://svelte.dev/blog/write-less-code) and [bulma](https://bulma.io/)
## Developing
Once you've created a project and installed dependencies with `npm install` (or `pnpm install` or `yarn`), 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
```bash
npm run build
```
You can preview the built app with `npm run preview`
## Publishing (GitHub)
deploys to gh-pages branch
```bash
npm run deploy
```