Skip to content

kafi350/portfolio-svelte

Repository files navigation

portfolio-svelte

Simple portfolio using svelte!

Features

  • Simple Desing
  • Easy to understand
  • Using Svelte
  • Use of Easy Email Service EmailJs

Getting Started

Prerequisites

Make sure you have the following installed:

  • NodeJs
  • npm

Installation

  1. Clone the repository:

    git clone https://github.com/kafi350/portfolio-svelte.git
    cd portfolio-svelte
  2. Install the dependencies:

    npm install

Running the Development Server

To start the development server, run the following:

npm run dev

Making Necessary Changes

If you want to change the data and use this repo for your portfolio, you only need to use the data.js file and change the desired fields.

For the EmailJS, create an account in EmailJs and use the desired keys in a .env file!

Contribute

Please feel free to contribute by forking if you want to add something new to the repo. Please leave a star ⭐ if you like the repo.

Thanks!!