Skip to content

Latest commit

 

History

History
62 lines (41 loc) · 1.36 KB

README.md

File metadata and controls

62 lines (41 loc) · 1.36 KB

Exploratory Search Engine

About

Repository for Exploratory Search Engine, made with Next.js and React.

Stack

How to run

  • Download this repository:
git clone https://github.com/D2KLab/explorer
cd explorer
  • Copy the file .env.default into a new file called .env and edit the variables based on your environment.

  • Install the dependencies:

npm install
  • Run in development mode:
npm run dev
  • Run in production mode:
npm run build
npm run start

Docker

  • Build for development
docker-composer -f docker-compose.yml -f docker-compose.dev.yml up
  • Build for production
docker-composer -f docker-compose.yml -f docker-compose.prod.yml up

License

Exploratory Search Engine is Apache licensed.