Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
BaldissaraMatheus authored Mar 11, 2023
1 parent 8a01dd7 commit a3b2ca9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ All CSS files are available in the public stylesheets directory, which can be mo
With the goal of have a good mix of performance and maintainability, the application was built [SolidJS](https://github.com/solidjs/solid) and [Koa](https://github.com/koajs/koa). It also uses [SimpleMDE](https://github.com/sparksuite/simplemde-markdown-editor) for text editing and [serve-static](https://github.com/expressjs/serve-static) for serving the css files as-is.

## 🔨 Contribute
### Bufixes and new features requests
Feel free to create issues for encountered bugs or to request new features, just make sure to include a proper label. Also gives a thumbs up to the issues you feel more relevant to be implemented for the next releases.
### Bugfixes and new features requests
Feel free to create issues for encountered bugs or to request new features, just make sure to include a proper label. Also give a thumbs up to the issues you feel that are relevant to be implemented for the next releases.

### Development
If you want to contribute with its development, select one of the existing issues, develop your solution and submit a pull request, it will be reviewed and may be merged with the existing code. To run the source code, open a terminal instance in the frontend directory and another instance in the backend directory, then in both of them run `npm install` and `npm start`.
Expand Down

0 comments on commit a3b2ca9

Please sign in to comment.