This is the React frontend for the frances project. It has been deployed on this site: http://www.frances-ai.com
- Account Registration and Login:
- Fulltext Search
- Semantic Search
- Term record page
- Collection Page page
- Collection Details
- Defoe Query
For the source code, run:
git clone https://github.com/frances-ai/frances-frontend
see the instructions to install npm
In the frances-frontend
directory, run
npm install
Before running the frontend, make up the backend is running.
In the frances-frontend
directory, you can run:
npm start
Your local frances frontend can be accessed here: http://127.0.0.1:3000
Build the docker image: Run the following command in frances-frontend
directory to build the image:
docker buildx build --platform <linux/arm/v7,linux/arm64/v8,>linux/amd64 --tag <docker username>/frances-front:latest --push .
For full cloud deployment see frances-api