This is the client-side interface for the Syrios project. It is built with Create-React-App. It uses a lightweight Strapi content managment system.
A live demo of the development version can be found at:
After cloning, run the following inside the project folder.
npm install
npm run start
To connect with the Strapi backend, set the strapi url in the .env like so
REACT_APP_strapiURL=http://localhost:1337
For information about deployment, please refer to the documentation.