A fast, beautiful, customizable personal site running on Begin. Demonstrates server(less)-side rendering, shared components, and static assets.
Deploy your own clone of this app to Begin!
- Start the local dev server:
npm start - Lint your code:
npm run lint - Run your tests:
npm t
- Run Begin's build steps locally:
- Lint your code:
npm run lint - Run your tests:
npm t
- Lint your code:
- Deploy to
staging- Just commit and
git pushtomaster!
- Just commit and
- Deploy to
production:- Use the
Deploy to productionbutton 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
- Use the
- Begin reference docs
- Quickstart - basics on working locally, project structure, deploying, and accessing your Begin app
- Expand the capabilities of your app:
- Creating new routes - basics on expanding the capabilities of your app
- Add Begin Data
- Get help:
- Begin community
- Issue tracker
We all can't wait to see what you build with Begin!
