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
.envfile 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.svelteis actually not an issue. This is because Svelte indicatesmd-tabis not an interactive component, butmd-tabis a kind ofbutton.