๐Ÿ“ฆ karishnu / begin-personal-website

Begin app

โ˜… 1 stars โ‘‚ 0 forks ๐Ÿ‘ 1 watching โš–๏ธ Apache License 2.0
๐Ÿ“ฅ Clone https://github.com/karishnu/begin-personal-website.git
HTTPS git clone https://github.com/karishnu/begin-personal-website.git
SSH git clone git@github.com:karishnu/begin-personal-website.git
CLI gh repo clone karishnu/begin-personal-website
Loading files...
๐Ÿ“„ README.md

Begin build status

A fast, beautiful, customizable personal site running on Begin. Demonstrates server(less)-side rendering, shared components, and static assets.

Deploy your own

Deploy to Begin

Deploy your own clone of this app to Begin!

Getting started

  • Start the local dev server: npm start
  • Lint your code: npm run lint
  • Run your tests: npm t

Deploying your site

  • Run Begin's build steps locally:
  • Lint your code: npm run lint
  • Run your tests: npm t
  • Deploy to staging
  • Just commit and git push to master!
  • Deploy to production:
  • Use the Deploy to production button in Begin, or
  • Bump your npm version: npm version [patch|minor|major] && git push origin
  • Cut your own git tag: git tag -a 1.0.0 -m "1.0, here we come" && git push origin 1.0.0

Additional resources

  • Begin reference docs
  • Quickstart - basics on working locally, project structure, deploying, and accessing your Begin app
  • Expand the capabilities of your app:

We all can't wait to see what you build with Begin!