Skip to content

mikelty/mikey2520

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mikey2520

Started with CoreyMS's tutorial, gradually added many more functionalities like search bar, various navigations, a daily quote section, markdown support, etc. Also there's some new content on the website. Check it out!

Requirements

  • python3
  • pip

To run a local server, follow these steps:

  • git clone https://github.com/mikelty/mikey2520.git

  • cd mikey2520

  • python3 -m venv env

  • source env/bin/activate

  • pip install -r requirements.txt

  • python3 manage.py runserver

  • open browser and type localhost:8000

  • to shut down the server, enter ctrl-c in terminal

  • to exit virtual environment, enter deactivate after server is down.