Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lebogoo/dontbeangry


https://github.com/lebogoo/dontbeangry

Last synced: about 1 month ago
JSON representation

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