You can use the automatic start.sh
or start.bat
script in the root, or:
- Install dependencies via
yarn install
(recommended to use yarn) - Build the project using
yarn build
(ornpm build
) - Run it using
yarn run preview
(ornpm run preview
) - After all, you can access the site via https://localhost:9051