The in5 initiative is a collection of open-source tools and best practices designed to help developers secure their development environments quickly and effectively. We believe that security should be accessible to everyone, not just security experts.
This repository contains the website for the in5 initiative, built using Docusaurus.
Our goal is to provide tools that:
- Can be set up in 5 minutes or less
- Address real-world security challenges
- Are easy to understand and use
- Follow best practices in cybersecurity
- imbued: A tool that dynamically manages environment variables based on your current directory, enhancing security by isolating sensitive data and preventing accidental exposure.
$ npm install$ npm startThis command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.
$ npm run buildThis command generates static content into the build directory and can be served using any static contents hosting service.
The website is automatically deployed to GitHub Pages when changes are pushed to the main branch.
For manual deployment:
$ GIT_USER=<Your GitHub username> npm run deployWe welcome contributions to the in5 initiative! Whether you're a security expert or a developer interested in improving your security practices, there are many ways to get involved:
- Star and watch our GitHub repository
- Join our discussions
- Report issues or suggest improvements
- Contribute code or documentation
This project is licensed under the MIT License - see the LICENSE file for details.
NovaCove is a cybersecurity company focused on building innovative solutions that make security accessible and effective. The in5 initiative is part of our commitment to improving security practices across the industry.