Skip to content

pelagios/recogito2-workspace-frontend

Repository files navigation

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

About

Recogito workspace and public profile UI

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages