This website is used to showcase the projects in this GitHub organisation Cloud-Native-Security as well as for demo projects.
It is built using React and based on the following project: Cleanfolio Minimal.
- Install and run
yarn
yarn start
- Build and deploy
yarn build
yarn deploy
Run the following command for the latest container image:
docker run -p 8080:80 docker.io/anaisurlichs/cns-website:0.2.5
If you would like to make changes to the repository, please submit a PR.