Add deployment
This commit is contained in:
parent
4ec9b7aad2
commit
39025078e4
3 changed files with 6 additions and 2 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -22,3 +22,6 @@ dist-ssr
|
|||
*.njsproj
|
||||
*.sln
|
||||
*.sw?
|
||||
|
||||
# Deployment scripts
|
||||
_scripts
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# MD Editor
|
||||
A simple markdown editor with customizable styles.
|
||||
A simple markdown editor with customizable styles · [Instance](https://md-editor.sofiaritz.com/)
|
||||
|
||||
## Available styles
|
||||
- **Default.** A minimalistic and simple style based on [Markdown CV](https://git.sofiaritz.com/sofia/markdown-cv)'s
|
||||
|
|
|
@ -7,7 +7,8 @@
|
|||
"dev": "vite",
|
||||
"build": "vite build",
|
||||
"preview": "vite preview",
|
||||
"check": "svelte-check --tsconfig ./tsconfig.json"
|
||||
"check": "svelte-check --tsconfig ./tsconfig.json",
|
||||
"deploy": "cd _scripts && ./deploy.sh"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@sveltejs/vite-plugin-svelte": "^2.0.3",
|
||||
|
|
Loading…
Reference in a new issue