Welcome to my personal website! This digital portfolio showcases my background, ongoing projects, and selected works. Built with a modern tech stack, it reflects my identity as an Artist, Technologist, and Entrepreneur.
- Next.js: A React framework for server-side rendering and static site generation, delivering fast performance and seamless user experiences.
- Tailwind CSS: A utility-first CSS framework for highly customizable and responsive design.
- TypeScript: Strong typing enhances code reliability and maintainability.
- Vercel: A modern deployment platform optimized for speed, scalability, and smooth CI/CD workflows.
- Responsive Design: Optimized for all devices, offering a consistent and engaging experience across desktops, tablets, and mobile phones.
- Personalized Content: Highlights my unique background, interests, and works in an easy-to-navigate layout.
- SEO-Optimized: Structured data and meta tags improve search engine visibility, making it easier for users to discover my site.
- Fast Deployment: Hosted on Vercel, ensuring near-instant page loads and reliability.
To run the project locally:
-
Clone the Repository:
git clone https://github.com/jusbuckingham/jusbuckingham.git cd jusbuckingham
-
Install Dependencies:
npm install
-
Run the Development Server:
npm run dev
-
Visit
http://localhost:3000
in your browser to explore the site.
This site is live on Vercel. To deploy your own version:
-
Install Vercel CLI:
npm install -g vercel
-
Deploy the Project:
vercel
-
Follow the CLI prompts to link your project with your Vercel account and complete the deployment process.