mirror of
https://github.com/Lissy93/personal-security-checklist.git
synced 2026-03-11 08:55:32 +00:00
2.7 KiB
2.7 KiB
Documentation for the GitHub Docs Site
Installing
Simply clone the repo, navigate into the new directory, install dependencies, build, and your ready to go!
git clone https://github.com/Lissy93/voronoi-site-template.git
cd voronoi-site-template
yarn
Building, Developing and Deploying
npm run buildTriggers complete webpack buildnpm run startOpens the standalone versionnpm run serveRuns app on a lightweight node servernpm run devStarts webpack-dev-server, for live changesnpm run cleanRemoves all generated files and librariesnpm run testExecutes the test scripts
Note: You should only need to modify files within the /src directory, and the *.md files. Anything else will be overidden when webpack builds.
Credits
- This project uses Docsify to display MD docs and for navigation
- The homepage Vonoroi visualisation was based on Mike Bostock's origional D3.js voronoi script.
License
Licensed under MIT, (C) Alicia Sykes 2018. Read full License.