Useful readme for devs
This commit is contained in:
parent
f0d9661496
commit
0f049f97a2
1 changed files with 19 additions and 1 deletions
20
README.md
20
README.md
|
@ -1,3 +1,21 @@
|
|||
# Pronoun Monster
|
||||
|
||||
TODO...
|
||||
## Getting Started
|
||||
|
||||
* [NodeJS](https://nodejs.org/en/)
|
||||
|
||||
```bash
|
||||
npm i # Installs Dependencies
|
||||
```
|
||||
|
||||
### Serving Locally
|
||||
|
||||
```bash
|
||||
npm start
|
||||
```
|
||||
|
||||
[http://localhost:3000/](http://localhost:3000/)
|
||||
|
||||
### Testing
|
||||
|
||||
TODO
|
||||
|
|
Loading…
Add table
Reference in a new issue