This repository has been archived on 2024-09-10. You can view files and clone it, but cannot push or open issues or pull requests.
hpp-platform/README.md
2024-06-26 14:45:39 +03:00

20 lines
252 B
Markdown

# svelte app
This is a project template for [Svelte](https://svelte.dev) apps. It lives at https://github.com/sveltejs/template.
# after cloning this repo
```bash
npm i
```
# start app
```bash
npm run dev
```
# build app
```bash
npm run build
```