⚠ This repository has been archived and valid content has been moved to Laboratories of CSIE
-
Install Ruby
-
Install jekyll and bundler gems
gem install jekyll bundler
- Install required plugins
bundle install
- Start Website Locally
bundle exec jekyll serve --livereload
- Compile tailwindcss
npx tailwindcss-cli@0.1.2 build -i ./assets/css/base.css -c tailwind.config.js -o ./assets/css/tailwind.css
- Deploy to server
bash deploy.sh
- Run server locally
bash serve.sh