https://github.com/bnaya/nt-challenge
New Testament Challenge
https://github.com/bnaya/nt-challenge
Last synced: 3 months ago
JSON representation
New Testament Challenge
- Host: GitHub
- URL: https://github.com/bnaya/nt-challenge
- Owner: Bnaya
- License: mit
- Created: 2020-10-06T14:35:03.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-10-27T12:55:13.000Z (over 4 years ago)
- Last Synced: 2025-01-04T03:28:57.185Z (5 months ago)
- Size: 509 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# NT Challenge

> Read the New Testament in 90 days!
## Starting the App
To start the app, install the dependencies and run the development server.
```sh
npm install
npm start
```