Skip to main content
Module

x/esm/HOSTING.md

A fast, global content delivery network for ES Modules.
Go to Latest
File

Self-Hosting

You will need Go 1.16+ to compile the server, and ensure supervisor installed on your host machine.
The server runtime will install the nodejs (14 LTS) automatically.

$ git clone https://github.com/alephjs/esm.sh
$ cd esm.sh
$ sh ./scripts/deploy.sh

Deploying with Docker: An example Dockerfile is found in the root of this project.