noway.moe/README.md

1.2 KiB

My Personal Website!

The codebase for my personal website, which you can visit here!

Written using Astro.js as the main framework, with Tailwind CSS. MDX rendering and syntax highlighting provided by remark.js.

Licence

Feel free to fork this code and use it for your website! No need to credit me.

This code is licensed under AGPL, meaning that if you must open source any forks of this code. That way everyone can benefit from our collective efforts!

Building

If you're interested in building this code, do the following:

git clone https://git.mami2.moe/akemi/noway.moe
cd noway.moe
npm install
npm run dev

# To view the compiled version
npm run preview

# Once you're ready to publish
npm run build

I use Cloudflare Pages for hosting. It's free for static sites, but there are many other options to consider including Vercel, Github, and Netlify all of which are also free and fast for static webpages! Live on the edge, pick one you haven't tried!