• Stars
    star
    195
  • Rank 199,374 (Top 4 %)
  • Language
    Shell
  • Created over 4 years ago
  • Updated 7 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Generate contents for DevTut

Site Generator

# Install all dependencies
yarn

# Run development server
yarn docs:dev

# Generate static files
yarn docs:build

# Deploy static site
sh deploy.sh