First time here? Checkout the FAQ!
x
menu search
brightness_auto
more_vert

Svelte Portfolio

version

image

Svelte Portfolio is a portfolio project done with svelte , tailwind css and tailwind components .
This is my first svelte project it may have errors please open a issue & fork this repo to upgrade and send push request's

Table of Contents

Demo

Quick start

Quick start options:

Terminal Commands

  1. Download and Install NodeJs LTS version from NodeJs Official Page.
  2. Navigate to the root / directory and run npm install or (yarn install, if you're using yarn) to install our local dependencies.
    `
    npm install

npm run dev
`

Documentation

Navigate to wiki and get started with docs wiki page.

File Structure

`

├── svelte-portfolio
│   ├── static
│   │   ├── index.html
│   │   ├── favicon.png
│   │   ├── minifest.json
│   │   └── robots.txt
│   ├── src
│   │   ├── routes
│   │   │   ├── __layout.svelte
│   │   │   ├── about.svelte
│   │   │   ├── index.svelte
│   │   │   ├── blog.svelte
│   │   │   ├── contact.svelte
│   │   │   ├── projects.svelte
│   │   │   └── blog 
│   │   │       └── [slug].svelte
│   │   │   └── project
│   │   │       └── [slug].svelte
│   │   ├── App.css
│   │   ├── app.html
|   |   └── global.d.ts 
│   ├── package.json
│   ├── README.md 

`

Reporting Issues

Use GitHub Issues :

Licensing

Refrences

Social Media

Twitter: https://twitter.com/ajinkgupta

Dev.to : https://dev.to/ajinkgupta

Instagram: https://www.instagram.com/ajink_gupta

thumb_up_off_alt 0 like thumb_down_off_alt 0 dislike
more_vert

Wow Nice Project , Can we request github Link ! Thanks for Adding

https://github.com/Ajinkgupta/svelte-portfolio

...