Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 738 Bytes

README.md

File metadata and controls

35 lines (22 loc) · 738 Bytes

CL GitHub Page

This project provides a project landing page for the Cell Ontology.

Project is based on the Fresh Template.

Usage

  1. Install development environment and project dependencies
yarn install
  1. To start development server
yarn dev

Deployment

  1. Install gh-pages package to yarn
yarn add gh-pages
  1. Run given command and provide github credentials when asked.
yarn run deploy

This will build the project and deploy dist folder to the gh-pages branch. A build-in github action will start and page will be refreshed in a few minutes.