Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 1.28 KB

README.md

File metadata and controls

22 lines (15 loc) · 1.28 KB

Preact Homepage Generator Build Status Coverage Status CodeFactor BCH compliance

Quickly spin up a new personal webpage by only needing to modify JSON data!

Built using Preact CLI.

# install the Preact CLI package globally
npm install -g add preact-cli

# clone this repo
git clone https://github.com/tomasswood/preact-homepage-generator.git

# start a live-reload/HMR dev server:
npm start

# go to production:
npm run build

All you need to do is setup your background image[s], modify the manifest.json file and edit your profile.json file to change the website's content and colours.

Live Example