A personal website template that's not a pain in the ass to setup and use
This is a personal website template that aims to be easy to set up and use. It provides a hassle-free way to create and customize a personal website.
To install and use this template, you will need to have either Yarn or npm installed.
yarn
to install and update dependencies.yarn dev
to launch a local web server with hot compiling for easy development.yarn build
to build the website in production mode to the dist/ folder.yarn build-gz
to build a gzip compressed version of the app in the dist/ folder.yarn build-render
to build the website in production mode and pre-render it to the dist/ folder.yarn pre-render
to pre-render the previously built website.npm install
to install and update dependencies.npm run dev
to launch a local web server with hot compiling for easy development.npm run build
to build the website in production mode to the dist/ folder.npm run build-gz
to build a gzip compressed version of the app in the dist/ folder.npm run build-render
to build the website in production mode and pre-render it to the dist/ folder.npm run pre-render
to pre-render the previous built website.This personal website template provides an easy-to-use solution for creating and customizing a personal website. It offers features such as live preview, production build options, customization options, and integration with form backends. The installation process is straightforward using either Yarn or npm. Overall, this template aims to make the website setup process hassle-free.