Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 772 Bytes

README.md

File metadata and controls

28 lines (23 loc) · 772 Bytes

⚙️ Config

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).

🔑 Host

You can use Vercel to host your website.

📜 Usage

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

🔒 License

MIT

⭐ Star

Don't forget to star if you like it.