This is the frontend for Cooversa. It is a Sveltekit app, which is a Svelte app with SSR and other goodies. We use TailwindCSS for styling, and TypeScript for type safety.
To get started, clone the repo and install the dependencies:
$ git clone https://github.com/Cooversa/Cooversa-Frontend.git
$ cd Cooversa-Frontend
$ npm install
Then, start the app:
$ npm run dev
Navigate to localhost:5173. You should see your app running.
Edit a component file in src
, save it, and the page will reload with your changes.