Portofolio dani aprilyanto built with NextJS v15 and TailwindCSS v4.
- Node.js
- PNPM
Follow these steps to set up the project:
-
Clone the repository:
git clone https://github.com/danisec/portofolio.git cd portofolio -
Install the dependencies:
pnpm install
-
Start the development server:
pnpm run dev
-
Build the project:
pnpm run build
-
Start the production server:
pnpm run start
- Access the application in your browser at
http://localhost:3000.
- public: Contains static files.
- images: Contains the images.
- logo: Contains the logo images.
- profile: Contains the profile images.
- showcase: Contains the showcase images.
- resume: Contains the resume files.
- images: Contains the images.
- src: Contains the source code.
- components: Contains the components.
- pages: Contains the pages.
- data: Contains the data.
- utils: Contains the utility functions.
