This is a starter kit for creating simple front-end sandboxes using @nulogy/components. See http://nulogy.design for component usage instructions.
git clone https://github.com/nulogy/nds-sandbox YourAppName
cd YourAppNAme
yarn
to install dependencies
yarn start
yarn generate:component
yarn generate:page
- To add the new page to the navigation menu, see
/data/menuData.js
- to update github pages run:
yarn deploy
- if you have forked the repo update the homepage field in package.json to use your new repo name:
"homepage": "https://nulogy.github.io/{your-repo}"