π Personal landing page built with Next.js 13 App Router, TypeScript and Tailwind CSS.
This website was built from scratch using Next.js 13 App Router and was first initialized in August 2023. It will undergo regular updates in the future.
Report URL: https://pagespeed.web.dev/analysis/https-aulianza-com/ucae0fj9zq?form_factor=desktop
Report URL: https://pagespeed.web.dev/analysis/https-aulianza-com/rnlhdur5ou?form_factor=mobile
If you are interested in running this project on your local machine, you can do so in just 3 easy steps below. Additionally, remember to update the ".env.example" file to ".env" and replace the variables with your own in the ".env" file.
-
Clone using git
git clone https://github.com/aulianza/aulianza.com
-
Using
create-next-app
npx create-next-app -e https://github.com/aulianza/aulianza.com project-name
-
Using
degit
npx degit aulianza/aulianza.com YOUR_APP_NAME
-
Deploy to Vercel or Netlify, etc
It is encouraged to use pnpm so the husky hooks can work properly.
pnpm install
You can start the server using this command:
pnpm dev
Open http://localhost:3000 with your browser to see the result. You can start editing the page by modifying src/pages/index.tsx
.
Licensed under the GPL-3.0 license.