Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 3 hours 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 (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-15T22:20:45.000Z (about 2 months ago)
- Last Synced: 2024-09-16T00:11:03.735Z (about 2 months ago)
- Language: HTML
- Homepage: https://scott.murray.kiwi
- Size: 1.29 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
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.
![Banner](./readme/banner.png)
## 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