Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mathieujobin/begin-personal-website
Begin app
https://github.com/mathieujobin/begin-personal-website
Last synced: 11 days ago
JSON representation
Begin app
- Host: GitHub
- URL: https://github.com/mathieujobin/begin-personal-website
- Owner: mathieujobin
- License: apache-2.0
- Created: 2019-10-14T14:24:55.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-03T08:00:14.000Z (over 1 year ago)
- Last Synced: 2024-10-11T22:48:40.314Z (about 1 month ago)
- Language: JavaScript
- Homepage: https://begin.com
- Size: 281 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
A fast, beautiful, customizable personal site running on Begin. Demonstrates server(less)-side rendering, shared components, and static assets.
## 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)!_