Skip to content

Commit 19b8ada

Browse files
committed
ship
0 parents  commit 19b8ada

15 files changed

+2073
-0
lines changed

.gitignore

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
.DS_Store
2+
node_modules
3+
/build
4+
/.svelte-kit
5+
/package
6+
.env
7+
.env.*
8+
!.env.example

.npmrc

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
engine-strict=true

Makefile

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
build:
2+
@npm run build
3+
4+
ship:
5+
@git subtree push --prefix build origin gh-pages

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# SVG
2+
3+
https://css-doodle/svg
4+

0 commit comments

Comments
 (0)