This is a starter template.
To make this repository yours:
rm -rf .git && git init && npm init
git add .
git commit -m "Initial commit"
The starter includes the following libraries:
@tanstack/react-query
axios
tailwind
classnames
tailwind-merge
eslint
and the libraries for the airbnb configprettier
Install dependencies:
npm install
Start the local server:
npm run dev