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
- Install Docker and Docker Compose
- Clone this project:
git clone https://github.com/bertini36/bertini36.github.io
- Move to the project folder:
bertini36.github.io
- Install all the dependencies and bring up the project with Docker executing:
make build
- Run the server:
make up
(by default Sapper runs applications at 3000 port) - Run comments engine
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 —