git clone https://github.com/darienmiller88/Simple-Twidderv2
.env
as described in the .env_sample
filego build
to create a root level Simple-Twidderv2.exe
file, and then run .\Simple-Twidderv2
to run the executable. If an executable is not needed, simply input go run main.go
instead, or .\fresh
to enable a server restart on change.cd
into the client2
folder, and run npm start
to the Vite server, which should be on port 5173Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Feel free to leave suggestions as well, I'm always looking for ways to improve!