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 install
Build frontend assets:
yarn encore dev
# use this command to enable watch mode when developing
yarn encore dev --watch
Start the server:
symfony server:start --port 8888
Go to https://localhost:8888 to view the site.