Skip to content

Commit

Permalink
update md
Browse files Browse the repository at this point in the history
  • Loading branch information
1447bits committed Oct 14, 2023
1 parent 4234041 commit 8423670
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,23 @@ Follow these steps to create and contribute a new JSON file for your story or ta
}
```

### Add your contribution to the frontend

navigate to

"/talebuddy/allStories.json"

add your file's relative path to the "story_paths" array
```json
{
"total_number_of_stories":1,
"story_paths":[
"talebuddy/stories/HARRY_POTTER.json"
]
}
```
### Website Development Contribution
If you wish to contribute to the website's development, you can refer to the designs provided in the `/designs` folder. Make improvements to the user interface and user experience while following best practices for web development.
Expand Down

0 comments on commit 8423670

Please sign in to comment.