Skip to content

artemiscloud/artemiscloud.github.io

Repository files navigation

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