Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lebogoo/dontbeangry
https://github.com/lebogoo/dontbeangry
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/lebogoo/dontbeangry
- Owner: LeBogoo
- Created: 2022-12-29T15:27:34.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-02-12T14:09:56.000Z (11 months ago)
- Last Synced: 2024-02-12T15:48:30.750Z (11 months ago)
- Language: TypeScript
- Size: 682 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DontBeAngry
### How to setup a development environment for this project:
1. Install [Node.js](https://nodejs.org/en/download/)
2. Install dependencies: `npm install`
3. Run the development server: `npm run dev`
4. Open the project in your browser: [http://localhost:5173](http://localhost:5173)### How to build the project for production:
1. Run steps 1 and 2 from the previous section
2. Build the project: `npm run build`
3. Done! The build will be in the `dist` folder