Skip to content

Mikanebu/frontend

 
 

Repository files navigation

DataHub frontend in node.js.

Build Status

Quick Start

Clone the repo, install dependencies using yarn (or npm), and run the server:

# or npm install
yarn install
npm start

Env vars

We use .env file for loading environment variables. Please, use provided env.template as a template:

  • SITE_URL - FQ base URL of the site e.g. https://datahub.io
  • API_URL - FQ base URL of the API endpoint eg. https://api.datahub.io
  • BITSTORE_URL - base URL for the bitstore (pkgstore) e.g. https://pkgstore.datahub.io

See the docs for more information.

Developers

To build the CSS:

  1. Install sass

  2. Run:

    sass --watch public/sass:public/stylesheets

About

DataHub frontend

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 69.2%
  • HTML 15.6%
  • JavaScript 15.2%