Skip to content

Latest commit

 

History

History
45 lines (32 loc) · 621 Bytes

readme.md

File metadata and controls

45 lines (32 loc) · 621 Bytes



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