mirror of
https://github.com/seigler/dashdev-website
synced 2025-07-26 22:36:09 +00:00
initial commit
This commit is contained in:
commit
9169024ff0
60 changed files with 8596 additions and 0 deletions
45
README.md
Normal file
45
README.md
Normal file
|
@ -0,0 +1,45 @@
|
|||
# dashdev-website
|
||||
|
||||
A website created using the Node.js Metalsmith static site generator.
|
||||
|
||||
## Installation
|
||||
|
||||
Please ensure [Node.js](https://nodejs.org/) and [Git](https://git-scm.com/) are installed on your system.
|
||||
|
||||
Download the demonstration code and switch to directory:
|
||||
|
||||
```bash
|
||||
git clone git@github.com:dashdev-suite/dashdev-website.git
|
||||
cd dashdev-website
|
||||
```
|
||||
|
||||
Install dependencies:
|
||||
|
||||
```bash
|
||||
npm install
|
||||
```
|
||||
|
||||
## Build the static site
|
||||
|
||||
To build and launch the site using [Browsersync](https://www.browsersync.io/):
|
||||
|
||||
```bash
|
||||
npm start
|
||||
```
|
||||
|
||||
(Stop the server with `Ctrl+C`.)
|
||||
|
||||
To build the site for production and compress HTML files:
|
||||
|
||||
```bash
|
||||
npm run production
|
||||
```
|
||||
|
||||
The site is built in the `/build` folder.
|
||||
|
||||
## Further information
|
||||
|
||||
The [built site](https://rawgit.com/dashdev-suite/dashdev-website/master/build/) provides further information about site files and settings.
|
||||
|
||||
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue