Skip to content

aluminumjs/aluminum

Repository files navigation

JavaScript Style Guide

Documentation Status GitHub code size in bytes

Aluminum README file

Aluminum Logo An easy-to-configure, open-source Node.js web server

Installation

Prerequisites

  • Git
  • Node.js (latest LTS version)

Installing Aluminum

  1. Create a directory for Aluminum.
mkdir aluminum;
  1. Change to the new directory.
cd ./aluminum;
  1. Clone the Aluminum repository into the folder.

💡 Tip: To save disk space, you may want to use the -depth option to limit the number of commits that are cloned.

  • [RECOMMENDED] For the latest Aluminum release
git clone --branch "latest" "https://github.com/NovaDevelopment/aluminum.git" "./";
  • For a specific Aluminum release
git clone --branch "<release tag>" "https://github.com/NovaDevelopment/aluminum.git" "./";
  • For the main branch (may be unstable; do not use in production)
git clone "https://github.com/NovaDevelopment/aluminum.git" "./";

Alternatively, you can curl the .zip source code file from a specific release on GitHub and then extract the archive into a folder using unzip or a similar utility.

  1. More steps coming soon...

Release Information

Latest stable release
Latest release

About

An easy-to-configure, open-source Node.js web server

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published