Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/skratchdot/skratchdot.com
source code for skratchdot.com
https://github.com/skratchdot/skratchdot.com
Last synced: about 1 month ago
JSON representation
source code for skratchdot.com
- Host: GitHub
- URL: https://github.com/skratchdot/skratchdot.com
- Owner: skratchdot
- Created: 2011-06-19T12:57:54.000Z (over 13 years ago)
- Default Branch: main
- Last Pushed: 2024-11-20T02:25:50.000Z (about 1 month ago)
- Last Synced: 2024-11-20T03:21:29.823Z (about 1 month ago)
- Language: HTML
- Homepage: https://skratchdot.com
- Size: 28.6 MB
- Stars: 6
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# skratchdot.com
I started a website back in the early 2000's to share projects that I created. Over the years, I haven't
really maintained a blog, but I've continued to migrate my site from one blog technology to the next
(to learn about the different solutions). I've tried Drupal, Wordpress, Jekyll, etc. Currently I'm using
[Next.js](https://nextjs.org/) to generate my static blog.If you feel like copying any of the code, or running this blog locally, feel free to follow the instructions below.
Thanks!
## Run locally
To run the repo, you need to have some tools like git and npm installed already.
You can clone the repo, install the npm modules, and run the blog via the following commands:```bash
git clone https://github.com/skratchdot/skratchdot.com.git
cd skratchdot.com
pnpm install
pnpm run dev
```## Deploy
Currently, I'm using firebase for hosting.
The firebase hosting docs are here:
- https://firebase.google.com/docs/hosting
To perform a deployment, run:
```bash
pnpm run deploy
```## Links
- Main Site: [https://www.skratchdot.com](https://www.skratchdot.com)
- Source Code: [https://github.com/skratchdot/skratchdot.com/](https://github.com/skratchdot/skratchdot.com/)
- Github Page: [https://github.com/skratchdot](https://github.com/skratchdot)