• Stars
    star
    118
  • Rank 290,204 (Top 6 %)
  • Language SCSS
  • License
    MIT License
  • Created over 5 years ago
  • Updated 10 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

The source code of IINA's new website at iina.io.

iina-website

The source code of IINA's new website at iina.io.

How to build

This site is powered by the static site generator middleman. To set up a local development environment, please install front and back-end dependencies by running these commands in the project root directory.

Please also make sure that you have yarn and ruby/bundler (gem install bundler) installed.

yarn install
bundle install

Then

bundle exec middleman

to run a local server, or

bundle exec middleman build

to generate static files.

Localization

This site is not ready for localization yet. We are working on this and please stay tuned.