This is a personal resume website built using Next.js and styled with Tailwind CSS, including components from Tailwind UI.
- Next.js: A React framework for server-side rendering and static site generation.
- Tailwind CSS: A utility-first CSS framework for rapid UI development.
- Tailwind UI: Pre-designed components built with Tailwind CSS.
Make sure you have the following installed on your machine:
-
Clone the repository:
git clone https://github.com/tristanduncombe/Resume-Webiste.git cd your-repo-name
-
Install dependencies:
npm install # or yarn install
Start the development server:
npm run dev
# or
yarn dev
Open http://localhost:3000 with your browser to see the result.
To create an optimized production build:
npm run build
# or
yarn build
To start the production server:
npm start
# or
yarn start
The exported static site will be in the out
directory.
You can customize the website by editing the components in the src
directory.
This project is open for contribution but the source code itself uses a commercial template and is therefore not licensed under any open-source license. Forking this project as a base for your own projects is not permitted under the license of the original template.
For any inquiries, please contact [email protected].