A Powerful Dynamic Blog System, Powered By Express. Working in Progress.
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.
- Clone it.
git clone https://github.com/Adkimsm/scadies.git
- Install the dependencies. We use
yarn
to manage our dependencies.
yarn
- Run it through turbo:
yarn dev