Setting up your DevCamp Genius self-learning feed is a breeze! We've implemented all of the user interaction and event pass-throughs for you, all you need to do is specify the project ID and access token you created.
Make sure to follow these prerequisite instructions first.
- Install Node
npm install
- To run the local instance:
npm start - The configuration for your project can be set under
/dist/index.html:
const project_name = '######'; // Replace with your hackathon project identifier
const access_token = '######'; // Replace with your hackathon access token
Type definitions for the front-end configuration object
The styling can be set multiple ways. We can either modify the AppVariables.scss file directly to update the styling defaults, or we can use the settings object design.settings.global where you set the CSS string that will override the defaults defined in the AppVariables.css.
To build the production bundle run: npm run build:prod, this will create a facet-chat.js in the /dist folder.