Clone neode-ogm locally and run npm link
to create a local link:
git clone https://github.com/adam-cowley/neode-ogm
npm i
npm link
Then in this project directory, run:
npm link neodegm
After that, run npm run start:dev
.
All of the action is currently in the src/auth
folder.
Drop me a message on twitter or open an issue in this repo. Any feedback or PRs are greatly appreciated.