Skip to content
Snippets Groups Projects
Select Git revision
  • c728389fa609e724224129145a9f39aa29b693e3
  • main default
2 results

search-engine-ui

user avatar
cns82 authored
c728389f
History

search-engine-ui

Getting started

Insure node is installed and you can use 'npm' - https://nodejs.org/en/download
Make sure python is installed
pip install virtualenv
virtualenv venv
source venv/bin/activate
pip install -r requirements.txt
fill in values in config.py
cd ./search-engine
npm i
npm run build
cd ..
python server.py