In shorthand, mfp (maeari-for-portfolio)
maeari for portfolio is a personal website with Firestore database and written with SvelteKit.
Supports TISTORY API to show post list of own blog.
- Clone repository
- using Yarn latest stable before start:
yarn set version berry
- install dependencies:
yarn install
- Start development server:
yarn run dev
- Use your favorite editor to modfiy pages under
src/routes/
Please modify
.env
file before run development server to use your own database. there will be a guide who wants to build own data to database in GitHub Wiki.
- [SDK] Firebase SDK
- [Framework] SvelteKit
- [Preprocessor] SCSS
- [Icon Font] Material Symbols
- [UI Components] @material/web
- [Text Font] SUIT
- A11y warning in
Nav.svelte
is actually not an issue. This is because Svelte indicatesmd-tab
is not an interactive component, butmd-tab
is a kind ofbutton
.