Simple portfolio using svelte!
- Simple Desing
- Easy to understand
- Using Svelte
- Use of Easy Email Service EmailJs
Make sure you have the following installed:
- NodeJs
- npm
-
Clone the repository:
git clone https://github.com/kafi350/portfolio-svelte.git cd portfolio-svelte
-
Install the dependencies:
npm install
To start the development server, run the following:
npm run dev
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!
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!!