Deployed at https://alimad.co
I used to have a personal website before made with NextJS, but it took too much bandwidth at my hosting service, therefore I wanted to remake it as a static site, so here it is!]
Built with classic HTML, Tailwind CSS, and JavaScript.
/api uses ExpressJS for some backend stats fetching
Clone the repo & open:
git clone https://github.com/Alimadcorp/Site.git
cd Site
Get a github access token with access to your repos
Rename .env.example in /api to .env.local, and paste in your access token, and change the hackatime and github username to your usernames
Statically host files:
python -m http.server 5500
cd Site/api
Install npm dependencies:
npm install (or use your package manager)
node index.js