⚠️ THIS REPO HAS BEEN MOVED: NEW LINK ⚠️
To set up the project for the first time, follow these steps:
For and clone the project
Run the setup
make setup
This will install the necessary dependencies and start the Jekyll server for development.
If you need to update the project, you can follow these instructions:
-
Pull the latest changes:
git pull origin main
-
Update your local dependencies:
make install
-
Start the server:
make serve
-
First Time Setup:
Runmake setup
to install dependencies and start the Jekyll server. -
Install Dependencies:
Runmake install
to install or update the project's dependencies. -
Serve the Site:
Runmake serve
to start the Jekyll server for local development. -
Clean Up:
Runmake clean
to remove the vendor directory and the_serve
folder.
To build the site for deployment, you can run:
bundle exec jekyll build -d public