Skip to content

0xAegis/frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Aegis Frontend

The frontend of Aegis created using React.

Netlify Status

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