Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 607 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 607 Bytes

Cooversa Frontend

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.

Getting Started

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.