Skip to content

gamalon/genius-hackathon-skeleton

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 

Repository files navigation

DevCamp Genius Skeleton Client

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.

Setup

  • Install Node
  • npm install

Run the client

  • 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

Setting the styling

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.

Building the client bundle

To build the production bundle run: npm run build:prod, this will create a facet-chat.js in the /dist folder.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors