Skip to content

Commit da94952

Browse files
committed
chore: update README.md
1 parent 6b5e59b commit da94952

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,21 @@ If you love it don't forget to share your experience. If you want to contribute
2525
- [License](#license)
2626
- [Acknowledgement](#acknowledgement)
2727

28+
---
29+
2830
## Getting Started
2931

3032
This project was created to help developers by bootstrapping basic modules that need to be present while creating a standard CMS. The main motto of this project was to save precious time while developing CMS and focus more on the core part. This project is trying to follow the best possible standard to make it optimized and production-ready. Hope you like it. If you love it don't forget to share your experience.
3133

34+
---
35+
3236
## Prerequisites
3337

3438
NodeJS
3539
https://nodejs.org/en/
3640

41+
---
42+
3743
## Available Scripts
3844

3945
In the project directory, you can run:
@@ -62,6 +68,8 @@ Lints all the files inside `./src` and shows the result without fixing.
6268

6369
Lints all the files inside `./src`.
6470

71+
---
72+
6573
## Setup
6674

6775
First, you need to clone the project
@@ -97,6 +105,8 @@ docker build -t truthy-frontend .
97105
docker run truthy-frontend -p 3000:80
98106
```
99107

108+
---
109+
100110
## File Structure
101111

102112
This project follows the following file structure:
@@ -148,15 +158,21 @@ app
148158
├── Dockerfile.dev * Docker file for dev environment.
149159
```
150160

161+
---
162+
151163
## Contributing
152164

153165
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
154166
Please make sure to update tests as appropriate. - see `CONTRIBUTING.md` for details.
155167

168+
---
169+
156170
## License
157171

158172
Released under the MIT License - see `LICENSE.md` for details.
159173

174+
---
175+
160176
## Acknowledgement
161177

162178
- [React Boilerplate](https://github.com/react-boilerplate/react-boilerplate)

0 commit comments

Comments
 (0)