We use jekyll so you should follow their installation guide at jekyll
Please be nice to everyone this is the must important thing. be nice
Use the command line below to compile your program and see results on live
bundle exec jekyll serve --livereload
Use the command line below to install the program's dependencies
bundle install
- Make sure prerequisites are completed.
- Fork the repository.
- Clone your fork repository on your local machine.
- Open the project in the terminal
- Run
bundle install
to install dependencies. - Run
pre-commit install
to setpre-commit
. - Create your changes branch.
- Make your changes.
- Run the site locally with
bundle exec jekyll serve
. - Preview adawat site on your web browser by navigate to
http://127.0.0.1:4000/adawat/
. - Commit and push the changes to your fork repository.
- Open a pull request of your changes.