This is the repository for the frontend of explorer.navcoin.org.
- PHP 7.4
- Composer (latest)
- Symfony cli (lts, currently 5.*)
Install PHP and JS dependencies:
composer install
yarn installBuild frontend assets:
yarn encore dev
# use this command to enable watch mode when developing
yarn encore dev --watchStart the server:
symfony server:start --port 8888Go to https://localhost:8888 to view the site.