This is a resume landing page template based on Astro Landing Page. Built with Typescript & Javascript on the Astro framework, styled with TailwindCSS, and Matrix Rain animation.
Run the following command on your local environment (using PNPM):
git clone --depth=1 https://github.com/fortezhuo/fortezhuo.my.id
cd fortezhuo.my.id
pnpm install
Then, you can run locally in development mode with live reload:
pnpm dev
Open http://localhost:3000 with your favorite browser to see your project.
You can create an optimized production build with:
pnpm build
Have fun