Web application for https://github.com/rdeepak2002/reddit-place-clone-server
Modify Google authentication client id in App.svelte
yarn
yarn dev
yarn
yarn build
Create a file in .git/hooks with the following content:
#!/bin/sh
yarn build
git add .
Make the script executable with the following command:
sudo chmod 777 .git/hooks/pre-commit