mirror of
https://github.com/remvze/moodist.git
synced 2025-12-18 09:24:14 +00:00
chore: add npm commands to README file
This commit is contained in:
parent
c614e3d4f5
commit
8d90344b26
1 changed files with 17 additions and 1 deletions
18
README.md
18
README.md
|
|
@ -19,7 +19,7 @@
|
||||||
- 🥷 Privacy focused: no data collection
|
- 🥷 Privacy focused: no data collection
|
||||||
- 💰 Completely free, open-source, and self-hostable
|
- 💰 Completely free, open-source, and self-hostable
|
||||||
|
|
||||||
## Tools Used
|
## Tools
|
||||||
|
|
||||||
- ⚡ **TypeScript**: Programming Language
|
- ⚡ **TypeScript**: Programming Language
|
||||||
- 🔨 **React**: UI Library
|
- 🔨 **React**: UI Library
|
||||||
|
|
@ -40,6 +40,22 @@
|
||||||
- 📓 **Standard Version**: Versioning and CHANGLOG Generation
|
- 📓 **Standard Version**: Versioning and CHANGLOG Generation
|
||||||
- 🧰 **PostCSS**: CSS Transformations
|
- 🧰 **PostCSS**: CSS Transformations
|
||||||
|
|
||||||
|
## Commands
|
||||||
|
|
||||||
|
- `npm run dev`: run development server
|
||||||
|
- `npm run build`: build for production
|
||||||
|
- `npm run preview`: preview the built app
|
||||||
|
- `npm run lint`: lint files using ESLint
|
||||||
|
- `npm run lint:fix`: lint and fix using ESLint
|
||||||
|
- `npm run lint:style`: lint styles using Stylelint
|
||||||
|
- `npm run lint:style:fix`: lint and fix styles using Stylelint
|
||||||
|
- `npm run format`: format files using Prettier
|
||||||
|
- `npm run commit`: commit message using Commitizen
|
||||||
|
- `npm run release:major`: release major varsion
|
||||||
|
- `npm run release:minor`: release minor varsion
|
||||||
|
- `npm run release:patch`: release patch varsion
|
||||||
|
- `npm run storybook`: run Storybook
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
This project is licensed under the **MIT License** - see the [LICENSE](LICENSE) file for details.
|
This project is licensed under the **MIT License** - see the [LICENSE](LICENSE) file for details.
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue