Skip to content

Building

David Reed edited this page Jul 7, 2022 · 1 revision
  1. Clone the repository locally
$ git clone https://github.com/tomphttp/bare-server-node.git
  1. Enter the repository
$ cd bare-server-node
  1. Install dependencies
$ npm install
  1. Run the build script
$ npm run build
Clone this wiki locally