Project build guide:
-
Clone the project repository to your computer.
-
You must have Node.js installed.
-
Enter the command in the console
npm install
oryarn install
and wait for all packages to be installed. -
Enter the command
npm run dev
oryarn run dev
to start the project locally in development mode. -
Enter the command
npm run start
oryarn run start
to start the project locally.
Have a question? Write to [email protected]