Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 542 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 542 Bytes

wakate.org

Enviroment

This tools are required.

  • Ruby 2.7.x
  • Node.js 12 or later

If errors are displayed when you install Ruby 2.x with rbenv on Ubuntu 22.04 (LTS), please check this site

Getting started

  1. Clone this repository: git clone [email protected]:wakate/wakate.github.io.git
  2. Install rubygems: bundle install
  3. Install node modules: npm install
  4. Run web server: middleman server
  5. Open with your web browser: localhost:3000