MITRE Security Automation Framework Website.
Demo
Version: 1.0.0
The MITRE Security Automation Framework (SAF) brings together open-source, accessible applications, techniques, libraries, and tools developed by MITRE and the community to streamline security automation for Systems and in DevOps pipelines.
The template is created by GDG Jalandhar.
Feature | Description |
---|---|
Fast and optimized | PWA on Lighthouse |
Works offline | Can works offline |
Mobile first | Mobo Friendly Web app can be installed as a native app on your phone |
SEO optimized | index all content and get to the top in search results |
Easy in management | keep and update all information in the Admin Pannel |
Push Notification | Sending Push Notifictaion using Admin Dashboard |
Custom Event Rroting | Now no need to create the website for XYZ events/Meetups |
Dark Theme Mode | Added Dark theme mode |
Blogs Integration | Blogs page with Medium API Integration |
npm install
urlname
Field (CHAPTER_URL_NAME
) herenpm run serve
Meta Tag
, Title Tag
and Google Analytics Code from Basic Info, manifest.json and Resourcesnpm run build
and then one dir will be created dist
npm run test
npm i -g firebase-tools
firebase login
firebase login
command in your Terminal/CMD/Powershell.firebase init
.Firebase Hosting
by using Spacebar and arrow key.No
for Single page web app.dist
.firebase serve
or npm run serve
{
"hosting": {
"public": "dist",
"rewrites": [ {
"source": "**",
"destination": "/index.html"
} ],
"ignore": [
"firebase.json",
"**/.*",
"**/node_modules/**"
]
}
}
firebase deploy
or npm run deploy
npm run test
npm run lint
Awesome! Contributions of all kinds are greatly appreciated. To help smoothen the process we have a few non-exhaustive guidelines to follow which should get you going in no time.
Maintainer: Aaron Lippold
Maintainer: Vrijraj Singh Developer: Bharat Agarwal