The frontend of Aegis created using React.
Install Node dependencies using yarn.
$ yarn install
Then populate the environment variable by copying the .env.example
to a .env
file, and modifying the placeholders with real values.
$ yarn start
8000