This site (not including privacy policy) is outdated, and will be replaced by the upcoming redesign.
There's no timeline as we're balancing other stuff IRL, but it'll come very soon
The homepage and launchpad for whatever.social listing all available instances.
Install node:
apt install npmInstall yarn:
npm i -g yarnInstall the dependencies:
yarnRun the development server:
yarn devTo create a production version of this app:
yarn buildYou can preview the production build with yarn preview.
The preferred and supported method of deploying is through Docker.
Install Docker using the documentation.
Git clone the repository to your production server.
git clone https://github.com/httpjamesm/whatever.social-launchpad.gitCreate your docker-compose.override.yml file and configure it to match your environment.
cp docker-compose.yml docker-compose.override.ymlBuild and bring the docker container up.
docker compose -f docker-compose.override.yml up -d