The documentation for the fpga_maifa project
The website: https://fpga-mafia.github.io/fpga_mafia_wiki/
We have created a github action to deploy with every merge to main.
See: fpga_mafia_wiki.github\workflows\deploy.yml
- Manually deploy from PC - using HTTPS:
Alternatively, you can use HTTPS. When deploying this way, you may be prompted for your Git credentials in a browser pop-up:
GIT_USER=amichai-bd yarn deploy
- Starting Fresh
If you're working with a freshly cloned repo or after having cleaned the repo with "git clean -xdf", you will first need to install the necessary dependencies:
yarn install
yarn run build
yarn run start