You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11-1Lines changed: 11 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,9 +26,19 @@ sort -u <file> -o <file>
26
26
27
27
4\. Please don't submit requests that say "make this nationality". We will accept helpful contributions, but not orders :)
28
28
29
+
### How to use
30
+
31
+
1. Run `npm install`
32
+
33
+
2. Make sure you have gulp installed globally (npm i -g gulp) and run `gulp build`
34
+
35
+
3. Run `gulp` to verify all tests pass
36
+
37
+
4. Start the server with `npm start`
38
+
29
39
### What if I want to add a new nationality?
30
40
Go ahead! We will gladly accept new regions if they follow the guidelines above.
31
41
Just place your files in a new directory in the `api/.nextRelease/data` folder with the appropriate 2 letter ISO Country Code (http://countrycode.org). Follow the format of the US folder for reference.
32
42
33
43
### How to contact us
34
-
If you have any questions, feel free to ask us on our Twitter page [@randomapi](https://twitter.com/randomapi).
44
+
If you have any questions, feel free to ask us on our Twitter page [@randomapi](https://twitter.com/randomapi).
0 commit comments