Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 528 Bytes

README.md

File metadata and controls

29 lines (22 loc) · 528 Bytes

sharpen.page - A Page Sharpening Sevice

Prerequisites

The following tools should be installed before starting:

  • NodeJS, npm
  • Ruby, Gem, Bundler
  • Jekyll
  • Sass

Development

To start the development server just run npm start

Build

Optimized website

To build the website run the following line

npm run build

# or if you want the critical css
npm run build:optim

The built website will be in public folder.

You can also run a local server to test it with this command

npm run serve:dist