Skip to content

privacytime101/whatever.social-launchpad

 
 

Repository files navigation

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

About

The landing page for a collection of FOSS instances.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Svelte 90.6%
  • JavaScript 4.7%
  • CSS 2.7%
  • HTML 1.2%
  • Dockerfile 0.8%