Skip to content

adzialocha/writings

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

writings

Articles, sketches and notes, built with static-generator.

Development

Run the following commands to bootstrap the development environment:

git clone git@github.com:adzialocha/writings
cd writings
npm install

Open your browser on localhost:5000 after you started the local server via:

npm start

Use this task to clear all generated files for production-use:

npm run clear

Or this task to watch for changes:

npm run watch

Releases

No releases published

Packages

No packages published