Skip to content

Commit

Permalink
jkelly 에서 svelte 스빌트로 바꾸기
Browse files Browse the repository at this point in the history
가장기초적인 svelte 빌드 ,로컬에서 성공
  • Loading branch information
ijjun committed Jun 18, 2024
1 parent 4e504b7 commit 41fff96
Show file tree
Hide file tree
Showing 41 changed files with 2,569 additions and 1,714 deletions.
58 changes: 15 additions & 43 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,49 +1,21 @@
# Ignore docs files
_gh_pages
_site
.ruby-version
node_modules

# Numerous always-ignore extensions
*.diff
*.err
*.orig
*.log
*.rej
*.swo
*.swp
*.zip
*.vi
*~
# Output
.output
.vercel
/.svelte-kit
/build

# OS or Editor folders
# OS
.DS_Store
._*
Thumbs.db
.cache
.project
.settings
.tmproj
*.esproj
nbproject
*.sublime-project
*.sublime-workspace
.idea

# Komodo
*.komodoproject
.komodotools

# grunt-html-validation
validation-status.json
validation-report.json

# Folders to ignore
node_modules
.sass-cache
# Env
.env
.env.*
!.env.example
!.env.test

# Dev stuff
Makefile
Gemfile.lock
_config.dev.yml
.vscode
*.gem
# Vite
vite.config.js.timestamp-*
vite.config.ts.timestamp-*
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
engine-strict=true
11 changes: 0 additions & 11 deletions .rubocop.yml

This file was deleted.

6 changes: 0 additions & 6 deletions .travis.yml

This file was deleted.

9 changes: 0 additions & 9 deletions Gemfile

This file was deleted.

116 changes: 0 additions & 116 deletions LICENSE

This file was deleted.

38 changes: 37 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,38 @@
안녕하세요
# create-svelte

Everything you need to build a Svelte project, powered by [`create-svelte`](https://github.com/sveltejs/kit/tree/main/packages/create-svelte).

## Creating a project

If you're seeing this, you've probably already done this step. Congrats!

```bash
# create a new project in the current directory
npm create svelte@latest

# create a new project in my-app
npm create svelte@latest my-app
```

## Developing

Once you've created a project and installed dependencies with `npm install` (or `pnpm install` or `yarn`), start a development server:

```bash
npm run dev

# or start the server and open the app in a new browser tab
npm run dev -- --open
```

## Building

To create a production version of your app:

```bash
npm run build
```

You can preview the production build with `npm run preview`.

> To deploy your app, you may need to install an [adapter](https://kit.svelte.dev/docs/adapters) for your target environment.
10 changes: 0 additions & 10 deletions _config.yml

This file was deleted.

10 changes: 0 additions & 10 deletions _includes/head-custom-google-analytics.html

This file was deleted.

9 changes: 0 additions & 9 deletions _includes/head-custom.html

This file was deleted.

63 changes: 0 additions & 63 deletions _layouts/default.html

This file was deleted.

4 changes: 0 additions & 4 deletions _sass/architect.scss

This file was deleted.

Loading

0 comments on commit 41fff96

Please sign in to comment.