Skip to content

bertini36/bertini36.github.io

Repository files navigation

bertini36/blog 👩‍💻

Installation   •  Tailwind config   •  Commands

In this blog I used to write posts about different technologies that I have found interesting.

Powered by #svelte, #sapper and #tailwind

⚙️ Environment Setup

🐳 Required tools

  1. Install Docker and Docker Compose
  2. Clone this project: git clone https://github.com/bertini36/bertini36.github.io
  3. Move to the project folder: bertini36.github.io

🔥 Application execution

  1. Install all the dependencies and bring up the project with Docker executing: make build
  2. Run the server: make up (by default Sapper runs applications at 3000 port)
  3. Run comments engine

🚀 Deploy

Check Github configurations at scripts/deploy.js

Then configure your comments api url at .env file.

cp .env-sample .env

Finally execute

make deploy

This script builds develop branch and allocates results on master branch.

Finally just configure yout custom domain on Github pages.


— Built with ❤️ from Mallorca —