Skip to content

Initial version

Choose a tag to compare

@farnam-jhn farnam-jhn released this 29 Jul 18:31
c26b2d4

Initial release

This release has core features replicated from X.
unfortunately this release is hardcoded with a base url of 127.0.0.1:8080 and 127.0.0.1:8082. meaning in order to use this release you need to run server on your own machine with server ports 8080 and 8082 reserved for this application.
to deploy the project after deploying the server you need to buy a domain for the server, change base url in client's code with the domain and proper ports and finally recompile the code with the instructions from README.