The static website for VietnamMUN.org . Built on Jekyll Serif (Open Source) Theme written by Robert Austin
- Install rbenv with git
- Install Ruby (latest is 3.2.2) with
rbenv
- Fork the project
- Clone the project
$ git clone git@github.com:<YourGithubUsername>/vietnammun.github.io.git
$ cd vietnammun.github.io
- Install bundle gems
$ bundle install
- Run the server for development
$ bundle exec jekyll serve
- (Optional) build the static project
$ bundle exec jekyll build