Splitwiser: The Open Source Alternative to Splitwise
Setting up the environment for development is easy, all you need are VSCode, Docker and the Dev Containers extension.
-
git clone https://github.com/splitwiser/splitwiser.git
-
cd splitwiser
-
git clone https://github.com/splitwiser/splitwiser-client.git .
-
git clone https://github.com/splitwiser/splitwiser-server.git .
-
Open the Dev Containers menu and Reopen the folder in a container.
Inside the container, you will find both client and server apps fully configured with git pointing to their respective repos and development server running with hot reload.