Adkimsm / scadies

A Powerful Dynamic Blog System, Powered By Express.
https://scadies.js.org
6 stars 0 forks source link

Scadies

A Powerful Dynamic Blog System, Powered By Express. Working in Progress.

Usage

It is now in alpha. You cannot use it from any ways except clone it and run from command line.

The way to use is the same as to develop.

develop

  1. Clone it.
git clone https://github.com/Adkimsm/scadies.git
  1. Install the dependencies. We use yarn to manage our dependencies.
yarn
  1. Run it through turbo:
yarn dev