Skip to content
This repository was archived by the owner on Nov 21, 2017. It is now read-only.

ContainerHQ/arkis.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

arkis.io

Circle CI

Hack

To hack on this website, you can directly use any markdown editor of your choice (including directly editing the file on GitHub).

This website is built using Middleman.

If you want to preview a live version of this website, all you need is Docker and Make.

Run the website server inside a container

make

Clean the container

make clean

Rebuild and restart the website server

make re

Run a development environment

make dev

Then you should be able to start the website server with:

bundle exec middleman server

The project directory is mounted inside a volume, allowing to change files without leaving the container.

Open the website

The website should be running on your Docker host and available at:

http://$(your-docker-ip):$PORT

You can run the website server on another port of your Docker host by specifying the environment variable PORT (default: 4567) before any of the previous commands (except clean).

Deployment

The website is automatically deployed on GitHub Pages when something happen on the master branch.

Contributing

See the contributing guidelines.

Licensing

deckie.io is licensed under the MIT License. See LICENSE for full license text.

About

Arkis Commercial Website

Resources

Contributing

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors