Skip to content
This repository has been archived by the owner on Jul 30, 2020. It is now read-only.

wikimedia/recommendation-tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Recommendation Tool

This repo holds the code for GapFinder.

To serve using nginx, we need to make sure all the routes are handled by React.

location / {
  try_files $uri $uri/ /index.html;
}

To build, enter the repo:

npm install
npm run build

To serve, copy the build to whatever directory is being served:

# Remove whatever was present before
rm -rf /var/www/html/*
# Insert the newly-built app
cp -r ./build/* /var/www/html/
# Restart nginx
systemctl restart nginx

About

Web app for exercising the recommendation api

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published