A personal website showcasing my work, built with Astro. Check out the live website here.
1231.mp4
- Framework: Astro with TypeScript
- Styling: Tailwind CSS
- Content: MDX
- Hosting: Deployed on Vercel
- Clone this repository
- Setup the environment variables
mv .env.example .env
- Install the dependency
pnpm i
- Run the development server
pnpm dev
- Open your browser and navigate to http://localhost:4321.
To serve the built project locally, run the following command:
pnpm preview
This will start a local server to preview the production build. It will be available at http://localhost:3000. You can adjust the local URL in the package.json
file if needed.