Adjust the fields in the swoth.config.js file to suit you.
Edit the seo.config.js file for SEO settings.
If you want to use the blog system, clone swothh/blog and create a personal token.
GitHub personal token (public_repo must be checked).
You can use Vercel to host your website.
Install packages.
$npm i --force
Start development server at ::3000 port.
$npm run dev
Build for production and launch website.
$npm run build && npm start
MIT
Don't forget to star if you like it.