Source code for my personal portfolio, alphainsights.co.ke
This website is built with
The site is just a regular SvelteKit project, with ssr disabled.
For development, start the vite development server:
npm run dev
Note: Due to migration from Rollup, HMR breaks the site. You have to do a full reload if you modify any components or TS files.
For production, build the site:
npm run build
Mozilla Public License 2.0 License.