Skip to content

datacite/homepage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DataCite Homepage

Release

Local development

Note: does not work with Ruby 3.x+ or Node 15.x+ . To run locally without installing older versions of Ruby/Node, follow the Docker steps

Run directly on your OS

Prerequisites

Install and start

  1. git clone <repository-url> this repository
  2. cd homepage
  3. yarn
  4. bundle exec middleman server
  5. Visit the app at http://localhost:4567

Run in Docker

Prerequisites

Install and start

  1. git clone <repository-url> this repository
  2. cd homepage
  3. docker-compose up -d
  4. Visit the app at http://localhost:4567

License

Homepage is released under the MIT License.