Self-Hosting Setup
Clone the Repository
You can either fork or clone the repository. We're going to clone, Use the command below:
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.
Installing dependencies
We prefer using pnpm (its literally a requirement) install pnpm by using the following command:
After installing pnpm, you're going to install the dependencies required by Ephemeral This is by using the following command below:
After all that yapping, To finally RUN Ephemeral, you're going to use the following command:
This builds and starts the server, which will listen on port 8080 by default.
Last updated on