My Personal Website. Build with Vite, Svelte and Tailwind CSS https://moepoi.dev
Find a file
2024-03-27 03:14:46 +07:00
public Add robots.txt file for web crawling 2024-03-27 02:38:14 +07:00
src Compress profile image 2024-03-27 03:14:46 +07:00
.gitignore Initial Commit 2024-03-26 21:52:13 +07:00
index.html Add metadata tags for SEO and social media sharing 2024-03-27 02:15:26 +07:00
LICENSE Initial Commit 2024-03-26 21:52:13 +07:00
package-lock.json Initial Commit 2024-03-26 21:52:13 +07:00
package.json Initial Commit 2024-03-26 21:52:13 +07:00
postcss.config.js Initial Commit 2024-03-26 21:52:13 +07:00
README.md Initial Commit 2024-03-26 21:52:13 +07:00
svelte.config.js Initial Commit 2024-03-26 21:52:13 +07:00
tailwind.config.js Initial Commit 2024-03-26 21:52:13 +07:00
tsconfig.json Initial Commit 2024-03-26 21:52:13 +07:00
tsconfig.node.json Initial Commit 2024-03-26 21:52:13 +07:00
vite.config.ts Remove optimizeDeps configuration 2024-03-27 01:15:01 +07:00

💩MOEPOI.DEV

Codacy Badge CodeFactor

Build Setup

# install dependencies
$ npm install

# serve with hot reload
$ npm run dev

# build for production
$ npm run build