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.