Skip to content
This repository has been archived by the owner on Jan 2, 2025. It is now read-only.

Latest commit

 

History

History
55 lines (34 loc) · 1.52 KB

README.md

File metadata and controls

55 lines (34 loc) · 1.52 KB

⚠️This project is now part of the ArkMQ initiative. This repository has been archived as all activities are now happening in the corresponding ArkMQ repository. See here for the ArkMQ transition details.


ArtemisCloud.io website

Requirements

  • Git — latest source release
  • Node.js — latest LTS version or newer
Why Node.js?

ArtemisCloud.io website uses Doks starter theme that uses npm (included with Node.js) to centralize dependency management, making it easy to update resources, build tooling, plugins, and build scripts.

Get started

Start developing in three steps:

1. Clone this repository

git clone https://github.com/artemiscloud/artemiscloud.github.io.git artemiscloud.github.io.git && cd artemiscloud.github.io.git

2. Install dependencies

npm install

3. Start development server

npm run start

Other commands

Doks comes with commands for common tasks.

Documentation

Communities