Skip to content
This repository has been archived by the owner on May 26, 2023. It is now read-only.

Latest commit

 

History

History
67 lines (42 loc) · 1.16 KB

README.md

File metadata and controls

67 lines (42 loc) · 1.16 KB

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

whatever.social-launchpad

The homepage and launchpad for whatever.social listing all available instances.

Developing

Install node:

apt install npm

Install yarn:

npm i -g yarn

Install the dependencies:

yarn

Run the development server:

yarn dev

Building

To create a production version of this app:

yarn build

You can preview the production build with yarn preview.

Deploying

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