Skip to content

Experimental Wiki engine compatible with Wikidot

License

Notifications You must be signed in to change notification settings

LaRevoltage/scpwiki

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SCP-dev

Experimental pet project Wiki engine compatible with Wikidot

Requirements

Note: this is what I tested with, your mileage may differ.

  • Windows 10
  • NodeJS v17.3.0
  • Python 3.10.1

How to launch

  • First navigate to web/js and execute yarn install
  • After that, from the root project directory, run:
    • pip install -r requirements.txt
    • python manage.py migrate
    • python manage.py runserver --watch

Seeding the database

By default, there are no pages in the website.

This also includes nav:top and nav:side which are critical for proper appearance.

You can create some by running the following sequence:

  • python manage.py seed

About

Experimental Wiki engine compatible with Wikidot

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 49.9%
  • CSS 34.8%
  • TypeScript 13.3%
  • HTML 1.7%
  • SCSS 0.3%