- Make a fork of the project, clone it and run the following:
npm install
- Open project:
npm run dev
and open http://localhost:3000 with your browser to see the result.
├── public
│ ├── fonts
│ ├── images
├── src
│ ├── assets
│ ├── components
│ ├── pages
│ ├── services
│ ├── utils
│ ├── App.jsx
│ ├── main.jsx
├── .gitignore
├── index.html
├── package-lock.json
├── package.json
├── README.md
└── vite.config.js
npm run dev
and open http://localhost:3000 with your browser to see the result.
├── public
│ ├── fonts
│ ├── images
├── src
│ ├── assets
│ ├── components
│ ├── pages
│ ├── services
│ ├── utils
│ ├── App.jsx
│ ├── main.jsx
├── .gitignore
├── index.html
├── package-lock.json
├── package.json
├── README.md
└── vite.config.js