clone the repository in your local folder
git clone https://github.com/BabelTalk/webapp.gitinstall the dependencies
npm icreate a file .env.local and copy the config provided by the maintainer
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun devOpen http://localhost:3000 with your browser to see the result.