Skip to content

themindleproject/themindleproject.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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