Clone the Repository
git clone <repository-url>
Optional: Remove Git History
If you want to start fresh, you can remove the .git
directory:
rm -rf .git
⚠️ Important: If you remove the
.git
directory, make sure to runyarn install
ornpm install
afterwards to properly set up Husky pre-commit hooks.
Install Dependencies Run the following command to install the project dependencies:
yarn install
or
npm install
index.html
filepackage.json
filepublic/manifest.webmanifest
filepublic/favicon.svg
fileREADME.md
file 😀To start the development server, run:
yarn run dev
Then, visit http://127.0.0.1:3000/ in your browser. The generated files will be available in the dist
directory, ready to be served.
To deploy your application on Netlify:
If you encounter any issues, particularly with Husky, please check the following: