Skip to content

Minimalist application as a blog using server-side-rendering.

Notifications You must be signed in to change notification settings

victor-0x29a/pug-wiki

Repository files navigation



PugWiki

  • Application server-side-rendering using the pug as a render engine;
  • At the moment using the mysql as database throught Docker;
  • Using SASS to all styles;
  • Specs with Jest;
  • Husky executing all tests after commit and before the commit the linter;

Running locally

Install the packages:

Go to the folder and run:

npm i -g yarn

And after, run:

yarn install

Now, to start, run:

docker compose up -d

And:

yarn dev