Skip to content

Latest commit

 

History

History
37 lines (28 loc) · 1.02 KB

README.md

File metadata and controls

37 lines (28 loc) · 1.02 KB

Recogito workspace and public profile UI

The client-side user interfaces for the Recogito personal workspace and public profile pages.

Dependencies

  • node.js (v4.2.6)
  • npm (v6.1.0)

Development

  • Run npm install to install project dependencies
  • Make sure that
  • Run npm start to launch the development server
  • If your browser doesn't launch automatically, go to http://localhost:3000

Building & deployment for production

Run npm run build to build the compiled distribution. This will generate a /build folder with the following structure:

/static
/style
asset-manifest.json
profile.scala.html
workspace.scala.html
  • copy the /static folder into the /public/javascripts folder of Recogito, replacing existing contents
  • in Recogito's /app/views/my directory, replace the profile.scala.html and workspace.scala.html template files
  • restart Recogito