Skip to content

cyber237/ccij-water-search

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

99 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ccij-water-search

Water article search

Development

The project is split into two directories;

/nlp
/site

/nlp contains Python scripts which update data files in /site e.g. /site/src/data/db.json.

/site is then served as a static website with all searching, filtering etc. done client side.

Site

To update client side portions of the static website e.g. to add new UI, pages etc. edit non-data /site files .e.g /site/src/index.html.

You need the netlify CLI to run the functions in development.

In the /site directory run;

  1. yarn start
  2. netlify dev

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 61.0%
  • JavaScript 16.1%
  • CSS 13.5%
  • HTML 7.3%
  • Python 2.1%