My personal site created with Next.js and TailwindCSS.
Once you've cloned the repository, install all dependencies:
yarn installThen, run the development server:
yarn devOpen http://localhost:3000 with your browser to see the result.
- Open
.env.exampleand modify the environment variables to the specified values. - Rename the file to
.env.localonce 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.