This is a fullstack portfolio website built with Nextjs. It features a responsive and modern design. The website is built using Tailwind CSS for styling and Next.js for server-side rendering.
Before you start, make sure you have the following installed:
To start the project, run the following command:
npm install
This will install all the necessary dependencies for the project.
Next, run the following command to start the development server:
npm run dev
The development server will start at http://localhost:8888
. You can access the application by navigating to this URL in your web browser.
Please visit prod live site at:
References:
- Deploy static website to S3 bucket (https://www.youtube.com/watch?v=N-gzLmYLRRk)