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
- Clone this repository:
git clone [email protected]:wakate/wakate.github.io.git
- Install rubygems:
bundle install
- Install node modules:
npm install
- Run web server:
middleman server
- Open with your web browser: localhost:3000