Omolon is a tool that lets Destiny 2 players save, equip, and share character loadouts.
-
Install MongoDB Community Edition and ensure mongod is running and working properly.
-
Create an app in the Bnet API portal.
-
Run
npm installin bothclient/andserver/folders. -
Create
client/.envfile with the following data (from step 2):
REACT_APP_OAUTH_CLIENT_ID = ""
REACT_APP_OAUTH_CLIENT_SECRET = ""
REACT_APP_BUNGIE_API_KEY = ""
Server: npm run dev.
Cient: npm start.