Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 375 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 375 Bytes

AteltaWeb

To run the project first install the required node modules by running:

npm install --force 

Note you need to have react installed first. Once all the required node modules have been installed. Now just add the environment variables:

export NODE_OPTIONS=--openssl-legacy-provider

Now run the app by running:

npm run start