Skip to content

fortezhuo/fortezhuo.my.id

Repository files navigation

Forte Zhuo

image

Demo

My Resume Landing Page

Description

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.

Getting started

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.

Deploy to production (manual)

You can create an optimized production build with:

pnpm build

Have fun