Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/infraspecdev/infraspec.dev
https://github.com/infraspecdev/infraspec.dev
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/infraspecdev/infraspec.dev
- Owner: infraspecdev
- License: agpl-3.0
- Created: 2022-08-17T15:31:25.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-23T17:39:37.000Z (2 months ago)
- Last Synced: 2024-10-24T01:40:58.606Z (2 months ago)
- Language: SCSS
- Size: 72.3 MB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# infraspec.dev
![GitHub Action Lint](https://github.com/infraspecdev/infraspec.dev/actions/workflows/lint.yml/badge.svg?branch=main) [![Netlify Status](https://api.netlify.com/api/v1/badges/75646244-7bda-454b-98d1-5f8069237202/deploy-status?branch=main)](https://app.netlify.com/sites/infraspec/deploys)
## Getting Started
### Prerequisites
To run this website locally, you will need to have the following software installed on your computer:
- [Hugo](https://gohugo.io/getting-started/installing/)
If you're using MacOS and [Homebrew](https://brew.sh/), you can install Hugo using the following command:
```bash
brew install hugo
```### Running the website locally
1. Clone the repository: `git clone https://github.com/infraspecdev/infraspec.dev.git`
2. Navigate to the directory: `cd infraspec.dev`
3. Run the website locally: `hugo server`
4. View the website in your browser at `http://localhost:1313`## Contributions
Contributions are welcome! If you have any suggestions or find any bugs, please open an issue or create a pull request.
The pull requests support Netflify previews.
## License
This project is licensed under the [AGPL License](LICENSE).
## Acknowledgements
- [Hugo](https://gohugo.io/)
- [Netlify](https://www.netlify.com/)