Topic Modelling web app
- Javascript
- React (Next.js)
First, clone the app and install dependencies
npm install
# or
yarn
Create a copy of .env.sample
named .env
and replace the environment variables to match your development environment.
Run the development server:
npm run dev
# or
yarn dev