Deployed on GitHub pages.
- Clone the repository with
git clone git@github.com:fbpellas/fbpellas.github.io.git - Go into the repository (e.g. with
cd) - Run
nvm use - Verify versions with
node -vandnpm -v - Run
npm ito install the dependencies
- To run it locally, run
npm start, it has hot reloading - To run the test suite (no need to run command above), run
npm test
- Commit and push your changes to
mainbranch - Then run
npm run deploy - It will create a commit in
masterbranch
- This project is considered complete from a content perspective but the code quality can drastically be improved. For instance by breaking
App.tsxfile down into more components, TypeScript typings can be used more frequently, etc. More unit tests could be added as well. Long story short it has been implemented quickly as a hackathon. For all these reasons, only Issues about the actual website (e.g. content, bugs, etc.) are welcomed. No issues about the code is welcomed yet. Thank you!
This repository having no license is not an oversight. Please read more about it here