Self-Hosting Setup

Clone the Repository

You can either fork or clone the repository. We're going to clone, Use the command below:

git clone https://github.com/z1g-project/Ephemeral.git
Cloning repository
Currently cloning the repository is not available due to the repo being private.

Setting up Ephemeral

You're going to want to change directories into where you cloned the Github Repository.

cd Ephemeral

Installing dependencies

We prefer using pnpm (its literally a requirement) install pnpm by using the following command:

npm install pnpm -g

After installing pnpm, you're going to install the dependencies required by Ephemeral This is by using the following command below:

pnpm i

After all that yapping, To finally RUN Ephemeral, you're going to use the following command:

pnpm bstart

This builds and starts the server, which will listen on port 8080 by default.

Last updated on

On this page

Edit on GitHub