mirror of
https://github.com/seigler/dashdev-website
synced 2025-07-26 22:36:09 +00:00
117 lines
2.5 KiB
HTML
117 lines
2.5 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>Installation - dashdev-website</title>
|
|
<meta name="description" content="How to install this demonstration code." />
|
|
|
|
<meta name="HandheldFriendly" content="true">
|
|
<meta name="MobileOptimized" content="320">
|
|
<meta name="viewport" content="width=device-width,shrink-to-fit=no,user-scalable=no,initial-scale=1,minimum-scale=1,minimal-ui">
|
|
<meta name="apple-mobile-web-app-capable" content="yes">
|
|
<meta name="apple-mobile-web-app-status-bar-style" content="black">
|
|
<meta name="mobile-web-app-capable" content="yes">
|
|
|
|
<link rel="stylesheet" media="all" href="../../css/styles.css" />
|
|
</head>
|
|
<body>
|
|
|
|
<header>
|
|
|
|
<div class="content">
|
|
|
|
<p class="logo"><a href="../../">dashdev-website</a></p>
|
|
<!-- main navigation -->
|
|
<nav class="nav main">
|
|
<ul>
|
|
<li>
|
|
<a href="../../">Home</a>
|
|
</li>
|
|
<li>
|
|
<a href="../../start/" class="active">Start</a>
|
|
</li>
|
|
<li>
|
|
<a href="../../article/">Articles</a>
|
|
</li>
|
|
<li>
|
|
<a href="../../contact/">Contact</a>
|
|
</li>
|
|
</ul>
|
|
</nav>
|
|
|
|
</div>
|
|
|
|
</header>
|
|
|
|
<main class="subpages">
|
|
|
|
<div class="content">
|
|
|
|
<article>
|
|
|
|
<h1>Installation</h1>
|
|
|
|
|
|
<p class="articleinfo">Published , words, -minute read</p>
|
|
|
|
|
|
<p>Please ensure <a href="https://nodejs.org/">Node.js</a> and <a href="https://git-scm.com/">Git</a> are installed on your system.</p>
|
|
<p>Download the demonstration code and switch to directory:</p>
|
|
<p> git clone <a href="mailto:git@github.com">git@github.com</a>:dashdev-suite/dashdev-website.git
|
|
cd metalsmith-demo</p>
|
|
<p>Install dependencies:</p>
|
|
<pre><code>npm install</code></pre>
|
|
|
|
|
|
<nav class="nav page">
|
|
<ul>
|
|
|
|
<li><a href="../../start/" class="back">« back: Start</a></li></p>
|
|
|
|
<li><a href="../../start/build/" class="next">next: Build »</a></li></p>
|
|
|
|
</ul>
|
|
</nav>
|
|
|
|
|
|
</article>
|
|
|
|
|
|
<!-- sub navigation -->
|
|
<nav class="nav sub">
|
|
<ul>
|
|
|
|
<li>
|
|
<strong>Installation</strong>
|
|
</li>
|
|
<li>
|
|
<a href="../../start/build/">Build</a>
|
|
</li>
|
|
<li>
|
|
<a href="../../start/site-files/">Site files</a>
|
|
</li>
|
|
<li>
|
|
<a href="../../start/page-definitions/">Page definitions</a>
|
|
</li>
|
|
<li>
|
|
<a href="../../start/plugins/">Custom plugins</a>
|
|
</li>
|
|
|
|
</ul>
|
|
</nav>
|
|
|
|
|
|
</div>
|
|
|
|
</main>
|
|
|
|
<footer>
|
|
|
|
<p>By <a href="https://chat.dashdevs.org">dashdevs</a> and featured on <a href="http://www.dashdevs.org/">DashDevs.org</a></p>
|
|
|
|
<p class="siteinfo">Development build, version 1.0.0, article template</p>
|
|
|
|
</footer>
|
|
|
|
</body>
|
|
</html>
|