This is a simple website which used React Framework that reads data from YAML files and creates pages.
See it online: https://aamrits.github.io/
Fork it
Edit Yaml files on `src/data` and put your own data
- It uses React + Vite template
- It uses
js-yamlpackage to read the yaml files - It used
gh-pagesto deploy the project to a static website
npm install
npm run dev
npm run build
npm run deploy
After doing this, the dist folder will be deployed to gh-pages branch