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 npm
Install yarn:
npm i -g yarn
Install the dependencies:
yarn
Run the development server:
yarn dev
To create a production version of this app:
yarn build
You 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.git
Create your docker-compose.override.yml file and configure it to match your environment.
cp docker-compose.yml docker-compose.override.yml
Build and bring the docker container up.
docker compose -f docker-compose.override.yml up -d