https://github.com/tommoor/tommoor.com
Personal website and blog
https://github.com/tommoor/tommoor.com
blog nextjs website
Last synced: about 2 months ago
JSON representation
Personal website and blog
- Host: GitHub
- URL: https://github.com/tommoor/tommoor.com
- Owner: tommoor
- License: bsd-3-clause
- Created: 2021-06-10T04:18:10.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2026-04-05T01:53:48.000Z (3 months ago)
- Last Synced: 2026-04-05T03:24:07.715Z (3 months ago)
- Topics: blog, nextjs, website
- Language: HTML
- Homepage: https://www.tommoor.com
- Size: 10.4 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Development
To run a development server:
```
yarn install
yarn dev
```
## Deployment
To push changes to the production website:
```
yarn deploy
```