Follow this article for more details.
if you have created the necessary dependencies (mentioned in the article):
- git clone the (repo)[[email protected]:rovilay/social-sentiment-analytics-dashboard.git]
- Navigate to the terminal
- run
pnpm install:all - to build and deploy code to s3; run
pnpm build:deploy - For frontend
- reference the
.env.samplefile to create a.envfile. - cd frontend and run
pnpm dev
- reference the
