Skip to content
This repository has been archived by the owner on Jul 27, 2022. It is now read-only.

wadmp/newdocs.wadmp.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WebAccess/DMP Documentation

Source code of docs.wadmp.com. Written in Markdown, using vuepress static site generator. Admin of the project: [email protected]

To install locally for adding content:

Prerequisities:

Install and run:

  • Clone this repo
  • To install dependencies, run this command in root folder of this repo
npm ci
  • To run local server, run this command in root folder of this repo
npm run dev

Note: Already added content (files, pages) reactively change in the browser, but the web is overall statically generated (front page, menus, sidebars), so when adding new content you need to re-run the generation of static content by stopping the dev server (ctrl + C) and run "npm run dev" again.

  • To build your changes before pushing your branch:
npm run build

This creates production build files in the docs folder. Always commit both your changes in source files (src) and built content (docs)

To contribute:

Anyone is allowed to contribute via pull requests. First, send your request to contribute to [email protected], with your github account info (github account email or name). You will be then enabled to create the pull requests.

Resources: