for Change2Collect (C2C) application, powered by Next
If you want to start the complete project, follow the general setup instructions
Make sure to have yarn installed.
# make command
make setup-devor
# yarn
yarn setup:dev# make command
make devor
# yarn
yarn dev# make command
make setup-buildor
# yarn
yarn setup:build# make command
make buildor
# yarn
yarn build# make command
make startor
# yarn
yarn startFor detailed explanation on how things work, run
yarn help:meor check out the Next docs.
