Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 462 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 462 Bytes

tmd_website

Website For The Mindle Project

still under maintenance

Steps

  1. clone repo and cd into cloned repo
  2. run 'npm install' in your terminal to install dependencies
  3. run 'npm run dev' to open lite-server in browser

To make use of user authentication system

  1. Move the repo to xampp/htdocs folder
  2. Make sure xampp is running with Apache and MySQL running
  3. Create a db called tmd and import tmd.db(You can find it in server folder).