https://github.com/scott-the-programmer/smkiwi
These are not the droids you are looking for
https://github.com/scott-the-programmer/smkiwi
Last synced: 3 months ago
JSON representation
These are not the droids you are looking for
- Host: GitHub
- URL: https://github.com/scott-the-programmer/smkiwi
- Owner: scott-the-programmer
- License: mit
- Created: 2023-08-25T06:52:43.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-12-03T21:07:12.000Z (6 months ago)
- Last Synced: 2025-12-07T01:56:45.294Z (6 months ago)
- Language: HTML
- Homepage: https://scott.murray.kiwi
- Size: 1.71 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Personal Website and Blog 🚀
> 🚧 **Work in Progress**: This website is currently under active development. Features and content may change frequently.

## Introduction
Welcome to the repository for my personal website and blog. This platform showcases my portfolio, including projects, skills, experience, and blog posts on various technical topics.
## Installation and Usage
### Prerequisites
- Node.js
- npm
### Installation
1. Clone the repository:
```bash
git clone https://github.com/scott-the-programmer/smkiwi.git
```
2. Navigate to the project directory:
```bash
cd smkiwi
```
3. Install dependencies:
```bash
npm install
```
4. Start the development server:
```bash
npm start
```
The website should now be accessible at `http://localhost:3000`.
## Testing
Tests have been implemented to ensure the reliability of the code. Run the tests with:
```bash
npm test
```
## Contributing
While this is primarily a personal project, contributions for bug fixes or improvements are welcome. Please create an issue to discuss any changes.
## License
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.
## Acknowledgments
Special thanks to all the open-source projects and resources that made this website possible.
---
👨💻 Created with ❤️ by Scott Murray