mirror of
https://github.com/Lissy93/happy-app.git
synced 2021-05-12 19:52:18 +03:00
gh-pages
A small but highly customisable site template, ideal for a project documentation homepage.
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.
Description
Languages
JavaScript
36.2%
TypeScript
32.9%
SCSS
21.2%
HTML
9.7%
