TO SET UP SERVER FOR USE ON A NEW NETWORK IN DEVELOPMENT
- Clone this repository to your local machine
- Change
secrets.jsLINKEDIN_CALLBACK tohttp://${your_ip_address}:8080/auth/linkedin/callback - Add the above url to the linkedin developer app page
https://www.linkedin.com/developer/apps/6268176/auth - Clone this repository to your local machine
- Inside project directory, run command
npm run start-dev
The server should now be running!
DICTIONARY MODIFICATION INSTRUCTIONS:
- Inside the project directory on your local machine run: ```npm run build-dictionary````
- Copy dictionary output form terminal
- Replace the dictionary object in
./server/services/parser/dictionary.jswith copied contents from step 2