Skip to content

Commit 36062e6

Browse files
committed
docs: update README.md
1 parent 906155f commit 36062e6

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ This application has been built with the following technologies:
5252
- [Redux](http://redux.js.org/): Implements a Flux like architecture.
5353
- [ImmutableJS](https://facebook.github.io/immutable-js/) Helps to keep the data immutable aiming to avoid side effects.
5454
- [PostCSS](https://github.com/postcss/postcss) Handle the app CSS.
55-
- [NodeJS](https://nodejs.org/en/) + [Express](http://expressjs.com/) (Server side to build an universal application, create and serve the generated drawings).
5655

5756
## Installation
5857

@@ -62,8 +61,6 @@ npm install
6261

6362
## Development
6463

65-
If you just want to develop the interface with no need of the back-end side.
66-
6764
```bash
6865
npm run development
6966
```
@@ -81,7 +78,7 @@ npm run deploy
8178
There are several libraries used in the project that help us to keep our codebase healthy:
8279

8380
- [ESlint](https://eslint.org/)
84-
- [stylelint](https://stylelint.io/)
81+
- [Stylelint](https://stylelint.io/)
8582
- [Prettier](https://prettier.io/)
8683

8784
Every time we commit something it will execute the linters and format the staged files if needed.

0 commit comments

Comments
 (0)