My personal site created with Next.js and TailwindCSS.
Once you've cloned the repository, install all dependencies:
yarn install
Then, run the development server:
yarn dev
Open http://localhost:3000 with your browser to see the result.
- Open
.env.example
and modify the environment variables to the specified values. - Rename the file to
.env.local
once done.
The easiest way to deploy a Next.js app is to use the Vercel Platform from the creators of Next.js.
Check out the Next.js deployment documentation for more details.