Illiquid Labs Migrator Frontend is UI for website https://www.illiquidlabs.io/ written in NextJS framework.
Additional info can be found on our gitbook
Use the yarn package manager yarn to node modules.
# install node modules
yarn
# install husky
yarn husky install
# for starting starting project
yarn run dev
# for building project
yarn run build
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.