https://github.com/fed/blog
Personal Blog 👨💻
https://github.com/fed/blog
blog personal-website
Last synced: 4 months ago
JSON representation
Personal Blog 👨💻
- Host: GitHub
- URL: https://github.com/fed/blog
- Owner: fed
- Created: 2018-11-27T09:49:05.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2025-10-14T21:26:38.000Z (8 months ago)
- Last Synced: 2025-10-14T23:37:10.024Z (8 months ago)
- Topics: blog, personal-website
- Language: CSS
- Homepage: https://fedknu.com
- Size: 7.03 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# blog
## Prerequisites
- Yarn (https://yarnpkg.com/)
## Development Tasks
| Command | Description |
| ----------------- | ---------------------------------------------------------------------------------- |
| `yarn install` | Fetch dependencies and build binaries for any of the modules |
| `yarn start` | Start the app on http://localhost:8000 and watch for changes |
| `yarn build` | Create a production build in the `public` directory |
| `yarn lint` | Run ESLint to identify any linting errors |
| `yarn format` | Run Prettier to format the code |
| `yarn test` | Run the unit test suite and report the results |
| `yarn test:watch` | Run the unit test suite in watch mode |
| `yarn test:debug` | Run the unit test suite in a Node process that an external debugger can connect to |
## Continuous Deployment
All commits to `master` trigger a deployment to the production environment: `https://fedknu.com`.