Fork of bhb repo by @fillingthemoon (https://github.com/fillingthemoon/bhb)
Find a file
2024-05-30 08:07:55 +08:00
components Add code 2023-06-21 07:02:12 +08:00
helper-files Add code 2023-06-21 07:02:12 +08:00
pages Impl ignore punctuation in freetext search 2024-05-30 08:07:55 +08:00
public - Rename BHB_Supp.pdf to BHB_SuppE.pdf 2023-10-21 16:31:04 +08:00
styles Add code 2023-06-21 07:02:12 +08:00
.eslintrc.json Add code 2023-06-21 07:02:12 +08:00
.gitignore Add code 2023-06-21 07:02:12 +08:00
next.config.js Add code 2023-06-21 07:02:12 +08:00
package-lock.json Add code 2023-06-21 07:02:12 +08:00
package.json Add code 2023-06-21 07:02:12 +08:00
README.md Add code 2023-06-21 07:02:12 +08:00
theme.js Add code 2023-06-21 07:02:12 +08:00

bhb

A fork of @fillingthemoon's BHB at https://github.com/fillingthemoon/bhb

Modifications:

  • Added search and display for an additional database
  • Miscellaneous frontend UI tweaks

To run

npm run dev

To deploy

npm run build npm run start