tomasswood / preact-homepage-generator

Quick homepage generator that uses a simple JSON file for your website's content.

Home Page:http://preact-homepage-generator.thomaswood.me/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Quick homepage generator that uses a simple JSON file for your website's content.

http://preact-homepage-generator.thomaswood.me/

License:MIT License


Languages

Language:JavaScript 73.2%Language:CSS 21.2%Language:HTML 5.7%