Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Zarr Homepage

License

NotificationsYou must be signed in to change notification settings

zarr-developers/zarr-developers.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Main Zarr website hosted athttps://zarr.dev

Building

Option 1: Using Pixi (Recommended)

The easiest way to build and serve the site is usingPixi, which manages all dependencies automatically.

  1. Install Pixi:
curl -fsSL https://pixi.sh/install.sh| bash
  1. Start the development server:
pixi run dev

The site will be available athttp://localhost:4000 with live reload enabled. Pixi will automatically install all dependencies on first run.

Additional commands:

  • pixi run build - Build the site for production
  • pixi run install - Install/update Ruby gems (if needed manually)

Option 2: Manual Ruby Installation

To build the webpage manually, you will need a working Ruby installation.

If you are on Ubuntu and want to install the requirements locally,follow the steps below as root. Alternatively, see the Dockerfilefor an alternative.

  1. Installrvm.
gpg --keyserver hkp://keyserver.ubuntu.com --recv-keys 409b6b1796c275462a1703113804bb82d39dc0e3 7d2baf1cf37b13e2069d6956105bd0e739499bdb && curl -sSL https://get.rvm.io | bash -s stable
  1. Install Ruby
rvm autolibs disable && rvm install ruby 3.4.3

Note that if the above fails, you may need to specify the path for thervm command in your system.

  1. Installbundler
gem install bundler
  1. In the root of the repository, run:
bundle install
  1. Build and serve the site locally:
bundle exec jekyll serve

Releases

No releases published

Packages

No packages published

Contributors17


[8]ページ先頭

©2009-2025 Movatter.jp