/homepage

My Homepage

Primary LanguageSCSSThe UnlicenseUnlicense

homepage

This is the home of adz.garden, built with static-generator.

Development

Run the following commands to bootstrap the development environment:

git clone git@github.com:adzialocha/homepage
cd homepage
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