# begin-personal-website **Repository Path**: mirrors_WebReflection/begin-personal-website ## Basic Information - **Project Name**: begin-personal-website - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-19 - **Last Updated**: 2025-12-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README [![Begin build status](https://buildstatus.begin.app/invent-8r7/status.svg)](https://begin.com) 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](https://static.begin.com/deploy-to-begin.svg)](https://begin.com/apps/create?template=https://github.com/begin-examples/node-personal-website) 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](https://docs.npmjs.com/cli/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](https://docs.begin.com) - [Quickstart](https://docs.begin.com/en/guides/quickstart/) - basics on working locally, project structure, deploying, and accessing your Begin app - Expand the capabilities of your app: - [Creating new routes](https://docs.begin.com/en/functions/creating-new-functions) - basics on expanding the capabilities of your app - [Add Begin Data](https://docs.begin.com/en/data/begin-data/) - Get help: - [Begin community](https://spectrum.chat/begin) - [Issue tracker](https://github.com/smallwins/begin-issues/issues) --- > _We all can't wait to see what you build with [Begin](https://begin.com)!_