The project is prepared for deployment to Vercel. Configured to use Typescipt.
# clone repository and install packages
git clone https://github.com/oleg-darkdev/Agile.Fans;
npm i
# start the server and open the app in a new browser tab
npm run dev -- --open
# create a production version of app:
npm run build