diff --git a/frontend/README.md b/frontend/README.md index b49e3bab..e03099e9 100644 --- a/frontend/README.md +++ b/frontend/README.md @@ -1,3 +1,5 @@ +# Frontend Deployment for Development + ![example workflow](https://github.com/omranlm/TDB/actions/workflows/frontend_build.yml/badge.svg) ## Getting Started @@ -11,10 +13,10 @@ This project is tested with Node v14.17.3 and Node v16.14.2 ### Create .env file inside root dir -Put your credentials inside .env by following .env [sample](https://github.com/omranlm/TDB/blob/main/frontend/.env%20sample) +Put your credentials inside .env by following .env [sample](https://github.com/omranlm/TDB/blob/main/frontend/.env%20sample) . ### Start development server `npm start` -#### Note : Build and Run Backend First before building frontend +#### Note : Build and Run Backend first by following [this](https://github.com/hotosm/fAIr/blob/master/backend/README.md) before building frontend .