🧭 Hub for my works in reverse engineering, web development, vscode extension, career, and more!
1 - Clone this repo:
> git clone git@github.com:macabeus/macabeus.github.io.git
2 - At the project root, start the SvelteKit's development mode
> cd macabeus.github.io.git
> npm run dev
3 - Then the website will available at the URL http://localhost:3000/
Deploy on GitHub Pages is a very easy task. Just run it:
> npm run build && npm run deploy