Skip to content

daverau-optimizely/bernardodiasc.github.io

 
 

Repository files navigation

Requirement: Node.js v8.6.0 (use nvm to manage Node versions)

  • Setup: yarn install
  • Development: yarn start then open http://localhost:3000/
  • Documentation with Storybook: yarn docs then open http://localhost:9009/
  • Component scaffolding: yarn new:component
  • Content scaffolding: yarn new:content
  • Content generator: yarn content
  • ESLint and StyleLint: yarn lint
  • Tests with Jest: yarn test
  • Build static files: yarn build
  • Static server: yarn serve then open http://localhost:5000/
  • Deploy project: yarn deploy

About

Personal custom made website

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 65.9%
  • HTML 19.5%
  • CSS 14.6%