Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 512 Bytes

File metadata and controls

36 lines (25 loc) · 512 Bytes
sidebar_position 2
title Installation
description How to install JavaScript Solid Server

Installation

Prerequisites

  • Node.js 18+

Install from npm

npm install -g javascript-solid-server

Install from source

git clone https://github.com/JavaScriptSolidServer/JavaScriptSolidServer
cd JavaScriptSolidServer
npm install
npm link

Verify installation

jss --help

Next Steps