This is the UI for the public and dev portal
You should see a .env-example file. Copy this and remove the -example. The file .env is ignored by GIT and is needed to set the API_KEY and API_SECRET variables
# Install dependencies
yarn
# Start app
yarn startTo build the app for production use the following script.
yarn buildThis will compile the React code into static files in the www folder
To start the server, simply run after setting the .env file
node server.js- Font should load through webpack properly
- Better image loading handling in the search results page.