Aegis Frontend The frontend of Aegis created using React. Setting up the environment 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. Starting the development server $ yarn start