This app consumes a CSV file and displays the data as a searchable visual database.
- Download this repo
- Extract the contents to a directory of your choice
- Open terminal and navigate to your directory
- Run:
npm install
npm run dev
- If you run into an error, try updating node.
- Copy the local url from the terminal and paste into the address bar of your preferred browser.
- If you run into an issue loading the page in your browser, try clearing all data for localhost and visit the page again.