This is a Next.js and Tailwind CSS starter kit. It's fully optimized for the utmost performance.
First, clone—or download— the project to install the dependencies:
npm install
# or
yarn
Then, run the development server:
npm run dev
# or
yarn dev
Open http://localhost:3000 with your browser to see the result.
To build a production bundle, run:
npm run build
# or
yarn build
Contributions are welcome!
- Fork it.
- Create your feature branch:
git checkout -b my-new-feature
. - Commit your changes:
git commit -am 'Adds some feature'
. - Push to the branch:
git push origin my-new-feature
. - Submit a pull request.
Or open an issue.