Welcome to the repository for AlexPitcher.co.uk, a personal website showcasing blog posts, projects, and contact information.
AlexPitcher.co.uk is a personal website designed to share blog posts, showcase projects, and provide contact information. The site is built using Next.js and Tailwind CSS, and is deployed on Netlify.
- Blog: A collection of blog posts on various topics.
- Projects: A showcase of personal and professional projects.
- Contact: A contact form to get in touch.
- Links: Provides links to Plex, Overseerr, and the status page.
The blog section contains a variety of posts on different topics. You can read the latest posts here.
The projects section showcases personal and professional projects. You can view the projects here.
If you would like to get in touch, please visit the contact page.
To set up the project locally, follow these steps:
- Clone the repository:
git clone https://github.com/alexpitcher/alexpitcher.co.uk.git
cd alexpitcher.co.uk
- Install dependencies:
npm install
- Run the development server:
npm run dev
- Open your browser and visit
http://localhost:3000
to see the site.
The site is deployed on Netlify. To deploy your own version, follow these steps:
- Fork the repository and clone it to your local machine.
- Make any necessary changes to the code.
- Push the changes to your forked repository.
- Connect your repository to Netlify and deploy the site.
For more detailed instructions, refer to the Netlify documentation.
This project is licensed under the MIT License. See the LICENSE file for details.