Skip to content
This repository has been archived by the owner on Mar 15, 2020. It is now read-only.
/ nordend Public archive

Nordend is a minimalistic CMS built on top of Flask and Vue.js

License

Notifications You must be signed in to change notification settings

techouse/nordend

Repository files navigation

🏔️ NORDEND

Nordend is a minimalistic CMS built on top of Flask and Vue.js

Prerequisites

How to run the development server?

After cloning this repository open a terminal inside its directory and follow these steps:

  1. Set up a Python virtual environment and activate it

    python3 -m venv env
    source env/bin/activate 
  2. Install all required packages/dependencies

    pip install -r requirements.txt
    npm ci
  3. Compile the JavaScript sources

    npm run dev
  4. Create a SQLite database

    flask db upgrade
  5. Run the Flask development server

    flask run --no-reload

Now go and visit localhost:5000/admin