/themindleproject.github.io

Website for the Mindle Project Website

Primary LanguageHTML

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).