This is the official portfolio for VPNWAN, built using Next.js, Tailwind CSS, and Acertinity for a sleek and modern web experience.
To set up the project locally, follow these steps:
Ensure you have Node.js installed. You can download it from nodejs.org.
Clone the repository and install dependencies:
npm install # or yarn install or pnpm install
### Run Development Server
Start the development server with:
```bash
npm run dev # or yarn dev or pnpm dev or bun dev
Open http://localhost:3000 in your browser to view the project.
app/page.js- Main entry point of the application.components/- Reusable UI components.styles/- Tailwind CSS and custom styles.public/- Static assets and images.
This project utilizes next/font to optimize fonts. The primary font used is Geist, provided by Vercel.
To learn more about the technologies used in this project, check out the following resources:
- Next.js Documentation - Learn about Next.js features and API.
- Tailwind CSS Documentation - Utility-first styling framework.
- Acertinity - The UI toolkit used for this project.
This portfolio is deployed on Vercel. You can deploy your own instance with the following command:
vercelFor more details, check out Next.js deployment documentation.
VPNWAN Portfolio - Built with ❤️ using Next.js, Tailwind CSS, and Acertinity.