Skip to content
This repository has been archived by the owner on Dec 12, 2021. It is now read-only.

ersilia-os/ersilia.io

Repository files navigation

Ersilia website

This is the Git repository for the Ersilia Hub website (largely based on the awesome Gridsome website)

Install

Installation below may need sudo privileges.

  1. Install Gridsome CLI tool
  • Using YARN: yarn global add @gridsome/cli
  • Using NPM: npm install --global @gridsome/cli
  1. Create Gridsome project from GitHub
  • gridsome create ersilia.io https://github.com/ersilia-os/ersilia.io.git
  • cd ersilia.io to open folder
  • gridsome develop to start local dev server

Linting Markdown

Gridsome uses markdownlint-cli to enforce style consistency rules on the documentation. The linter runs automatically on every push and pull request via GitHub Actions.

To install the linter on your machine, run the following:

npm install -g markdownlint-cli@0.23.2

You can check your changes for linter errors by running:

markdownlint '**/*.md' --ignore node_modules

The linter can automatically fix certain classes of failure. To accept these fixes, run:

markdownlint '**/*.md' --ignore node_modules --fix

Deploy on Netlify

We deploy this website using Netlify.

  • Run command: gridsome build
  • Folder: dist

About

Website for the Ersilia Model Hub

Topics

Resources

License

MIT, MIT licenses found

Licenses found

MIT
LICENSE
MIT
license.md

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published