This website is built with Next.js using React and Tailwind CSS.
Make sure you have node.js installed, along with either npm or yarn for your package manager.
First, install the dependencies:
npm i
# or
yarn
Then, run the development server:
npm run dev
# or
yarn dev
Open http://localhost:3000 with your browser to see the result.
If you have a suggestion that would make this site better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b gh-username/my-amazing-feature
) - Commit your Changes (
git commit -m 'Add my amazing feature'
) - Push to the Branch (
git push origin gh-username/my-amazing-feature
) - Open a Pull Request
A few tests will automatically be run on each commit, and will be required to pass before merging to main
. You can always run them locally using the following commands:
npm run build
npm run lint
npm run check
Tip
You can use npm run format
to fix any prettier lint errors you have.
To learn more about React, Next, or Tailwind, take a look at the following resources:
- React.js Docs - https://react.dev/learn
- Next.js Docs - https://nextjs.org/docs
- Tailwind CSS Docs - https://tailwindcss.com/docs/installation
This project is setup to automatcially build and deploy to Netlify on any new commits pushed to the main
branch, as well as preview deployments for any pull requests.
Check out the Netlify console for more details.