Skip to content

abdulsalam-s-ghaleb/CV

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SvelteKit Project

This is a project built with SvelteKit, a modern web development framework for building fast and robust web applications.

Tech Stack

  • Framework: SvelteKit
  • Language: TypeScript
  • Build Tool: Vite
  • UI Components: daisyUI, Lucide Svelte
  • Styling: Tailwind CSS

Getting Started

Prerequisites

  • Deno installed on your machine.
  • A code editor like VS Code.

Installation & Setup

  1. Clone the repository:

    git clone <your-repository-url>
    cd <your-project-directory>
  2. Install dependencies:

    The project uses npm packages managed via Deno. These will be installed automatically when you run the development server.

Running the Development Server

To start the development server, run the following command:

deno run -A npm:vite

The application will be available at http://localhost:5173.

Available Scripts

  • deno run -A npm:vite: Starts the development server.
  • deno run -A npm:vite build: Builds the application for production.
  • deno run -A npm:vite preview: Previews the production build locally.

Project Structure

.
├── src
│   ├── routes
│   │   ├── +layout.svelte
│   │   ├── +page.svelte
│   │   └── ... (other routes)
│   ├── app.css
│   ├── app.d.ts
│   └── app.html
├── static
│   └── favicon.svg
├── svelte.config.js
├── package.json
├── tsconfig.json
└── vite.config.ts

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors