Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
theomaro committed Dec 6, 2023
0 parents commit a50e592
Show file tree
Hide file tree
Showing 17 changed files with 2,539 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
.DS_Store
node_modules
/build
/.svelte-kit
/package
.env
.env.*
!.env.example
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
23 changes: 23 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Svelte Template

- Clone the template

```npm
cd svelte-template
```

- Install packages

```npm
npm install
```

-
```npx
npx tailwindcss init -p
```

-
```npm
npm run dev
```
Loading

0 comments on commit a50e592

Please sign in to comment.