CiteAssist Frontend is written in TypeScript using React, a popular library for building user interfaces. This frontend provides an intuitive interface for users to generate preprints with related papers and BibTeX annotations.
To use the CiteAssist, you must have Node version 16.13.0 or higher installed on your machine.
To get started, clone this repository and navigate to the frontend
directory. Then, run the following command to install the dependencies:
npm install
To start the frontend in development mode, run the following command:
npm start
This will start a development server on port 3000 by default. You can access it by navigating to http://localhost:3000 in your web browser.
To build the website for deployment, run the following command:
npm run build
This will create a production build of the website in the build
directory. You can serve this directory using any web server.
We welcome contributions to the Enhanced Preprint Generator Frontend! If you find a bug, have a feature request, or would like to contribute code, please open an issue or pull request on this repository.
This project is licensed under the MIT License. Please refer to the LICENSE file for more information.