Skip to content

Latest commit

 

History

History
40 lines (34 loc) · 841 Bytes

README.md

File metadata and controls

40 lines (34 loc) · 841 Bytes

Svelte Portfolio 🔥

Fully responsive portfolio template made by using Svelte.

  • Easy to configure.
  • Dark/Light modes.

Example site : https://sehan.vercel.app/

Screenshots 📷

Installation ✨

Clone this repository.

git clone https://github.com/s3h4n/svelte-portfolio.git

Change directory.

cd svelte-portfolio

Install dependencies.

npm install

Usage 📚

Open project in a code editor. Example: VScode

code .

Run following command to start the development server.

npm run dev

Contributing 🤝

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.