The main page and core of the specy.app domain. The client side is made with sveltekit, while the auth server is made with nest.js
To run the client, firstly cd into the client folder and install the modules with npm i
, once installed, you can run the development server by doing npm run dev
Same as client, cd into the server folder, install the modules with npm i
and then run npm run start:dev