Skip to content

Resume website originally build for a university course (DECO1400), built on Next.js and Tailwind and published via github pages.

Notifications You must be signed in to change notification settings

tristanduncombe/Resume-Website

Repository files navigation

Next.js Resume Website

This is a personal resume website built using Next.js and styled with Tailwind CSS, including components from Tailwind UI.

Technologies Used

  • 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.

Getting Started

Prerequisites

Make sure you have the following installed on your machine:

Installation

  1. Clone the repository:

    git clone https://github.com/tristanduncombe/Resume-Webiste.git
    cd your-repo-name
  2. Install dependencies:

    npm install
    # or
    yarn install

Running the Development Server

Start the development server:

npm run dev
# or
yarn dev

Open http://localhost:3000 with your browser to see the result.

Building for Production

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.

Customization

You can customize the website by editing the components in the src directory.

License

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.

Acknowledgements

Contact

For any inquiries, please contact [email protected].

About

Resume website originally build for a university course (DECO1400), built on Next.js and Tailwind and published via github pages.

Resources

Stars

Watchers

Forks