Fishie-Honesty-UI/README.md

22 lines
449 B
Markdown
Raw Normal View History

2023-04-11 10:02:42 +05:00
# Fishie Honesty
![Logo](https://github.com/FishieDotCom/Fishie-Honesty-UI/blob/main/Img/Github%20Logo.png)
2023-04-06 10:24:33 +05:00
## 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
# run prod build
2023-04-06 10:24:33 +05:00
npm run build
2023-04-06 14:21:56 +05:00
# preview the production build
npm run preview
```