Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mishamyrt/myrt.co
🏠 My homepage content
https://github.com/mishamyrt/myrt.co
actions caddy docker node
Last synced: 7 days ago
JSON representation
🏠 My homepage content
- Host: GitHub
- URL: https://github.com/mishamyrt/myrt.co
- Owner: mishamyrt
- License: gpl-3.0
- Created: 2019-09-28T17:01:43.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-02-03T20:10:39.000Z (almost 2 years ago)
- Last Synced: 2023-03-04T21:42:37.933Z (over 1 year ago)
- Topics: actions, caddy, docker, node
- Language: Astro
- Homepage: https://myrt.co
- Size: 4.71 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Misha's homepageThis project is made as an example of the capabilities of GitHub Actions and in order to teach best DevOps practices.
## Getting Started
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
### Prerequisites
To run the site locally, you should have Node.JS older than version 10 installed.
### Installing
1. Clone repo
2. `npm install`
3. ...
4. Profit### Serve
You can start serving local site by running `npm start`.
## Deployment
Deploy occurs automatically when the code gets into the master branch.
Deploy logic is implemented with ansible playbook.
## Built With
[Astro](https://astro.build/) — Incredible builder.
## License
This project is licensed under the GPL 3.0 - see the [LICENSE](LICENSE) file for details.