Welcome to my personal website! This website was built using Next.js, TypeScript, Tailwind, Framer, and Vercel. It is hosted on levischouten.net
- Next.js: Next.js is a React framework that enables server-side rendering, static site generation, and more.
- TypeScript: TypeScript is a statically typed superset of JavaScript that enhances the development experience by providing type checking and other features.
- Tailwind: Tailwind is a utility-first CSS framework that provides a set of pre-defined classes to help you style your website.
- Framer: Framer is a design tool that enables you to create interactive prototypes and animations.
- Vercel: Vercel is a cloud platform for deploying and scaling web applications.
To get started with this project, follow these steps:
- Clone the repository: git clone https://github.com/levischouten/levischouten-net.git
- Install the dependencies: pnpm install
- Run the development server: pnpm dev
To create a new blog: pnpm blog:create "Blog Title..."
This website is deployed on Vercel. To deploy your own version of the website, follow these steps:
Create a Vercel account: https://vercel.com/signup Connect your repository to Vercel: https://vercel.com/docs/git-integrations Configure your deployment settings: https://vercel.com/docs/platform/deployments
This website was built by me, Levi Schouten, using the following resources:
Next.js documentation TypeScript documentation Tailwind documentation Framer documentation Vercel documentation