aulianza.com
π Personal landing page built with Next.js 13 App Router, TypeScript and Tailwind CSS.
Introduction
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.
Performance
PageSpeed Insights : Desktop
Report URL: https://pagespeed.web.dev/analysis/https-aulianza-com/ucae0fj9zq?form_factor=desktop
PageSpeed Insights : Mobile
Report URL: https://pagespeed.web.dev/analysis/https-aulianza-com/rnlhdur5ou?form_factor=mobile
Getting Started
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.
1. Clone this template using one of the three ways:
-
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
2. Install dependencies
It is encouraged to use pnpm so the husky hooks can work properly.
pnpm install
3. Run the development server
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
.
License
Licensed under the GPL-3.0 license.