Skip to content
This repository was archived by the owner on Jun 28, 2022. It is now read-only.

Commit 96ce4ea

Browse files
committed
docs(readme): update readme, add dependabot config
1 parent b6b1e7a commit 96ce4ea

File tree

2 files changed

+25
-23
lines changed

2 files changed

+25
-23
lines changed

.github/dependabot.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: "npm"
4+
directory: "/"
5+
schedule:
6+
interval: "daily"

README.md

Lines changed: 19 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
# Svelte 3 - Boilerplate
2+
3+
[![GitHub CI](https://github.com/smarlhens/svelte3-boilerplate/workflows/CI/badge.svg)](https://github.com/smarlhens/svelte3-boilerplate/actions?query=workflow%3ACI)
4+
[![CircleCI](https://circleci.com/gh/smarlhens/svelte3-boilerplate.svg?style=svg)](https://circleci.com/gh/smarlhens/svelte3-boilerplate)
5+
[![Build Status](https://travis-ci.com/smarlhens/svelte3-boilerplate.svg?branch=master)](https://travis-ci.com/smarlhens/svelte3-boilerplate)
6+
[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/)
7+
[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg)](https://github.com/prettier/prettier)
8+
[![Conventional Commits](https://img.shields.io/badge/Conventional%20Commits-1.0.0-yellow.svg)](https://conventionalcommits.org)
9+
[![GitHub issues](https://img.shields.io/github/issues/smarlhens/svelte3-boilerplate)](https://github.com/smarlhens/svelte3-boilerplate/issues)
10+
[![GitHub pull requests](https://img.shields.io/github/issues-pr/smarlhens/svelte3-boilerplate)](https://github.com/smarlhens/svelte3-boilerplate/pulls)
11+
[![GitHub stars](https://img.shields.io/github/stars/smarlhens/svelte3-boilerplate)](https://github.com/smarlhens/svelte3-boilerplate/stargazers)
12+
[![GitHub forks](https://img.shields.io/github/forks/smarlhens/svelte3-boilerplate)](https://github.com/smarlhens/svelte3-boilerplate/network)
13+
[![GitHub contributors](https://img.shields.io/github/contributors/smarlhens/svelte3-boilerplate)](https://github.com/smarlhens/svelte3-boilerplate/graphs/contributors)
14+
[![GitHub license](https://img.shields.io/github/license/smarlhens/svelte3-boilerplate)](https://github.com/smarlhens/svelte3-boilerplate)
15+
![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/smarlhens/svelte3-boilerplate)
16+
![GitHub repo size](https://img.shields.io/github/repo-size/smarlhens/svelte3-boilerplate)
17+
[![HitCount](http://hits.dwyl.io/smarlhens/svelte3-boilerplate.svg)](http://hits.dwyl.io/smarlhens/svelte3-boilerplate)
18+
19+
120
*Looking for a shareable component template? Go here --> [sveltejs/component-template](https://github.com/sveltejs/component-template)*
221

322
---
@@ -35,10 +54,7 @@ Navigate to [localhost:5000](http://localhost:5000). You should see your app run
3554

3655
By default, the server will only respond to requests from localhost. To allow connections from other computers, edit the `sirv` commands in package.json to include the option `--host 0.0.0.0`.
3756

38-
<<<<<<< HEAD
39-
=======
4057
If you're using [Visual Studio Code](https://code.visualstudio.com/) we recommend installing the official extension [Svelte for VS Code](https://marketplace.visualstudio.com/items?itemName=svelte.svelte-vscode). If you are using other editors you may need to install a plugin in order to get syntax highlighting and intellisense.
41-
>>>>>>> template/master
4258

4359
## Building and running in production mode
4460

@@ -61,17 +77,6 @@ If you're building a single-page app (SPA) with multiple routes, sirv needs to b
6177
"start": "sirv public --single"
6278
```
6379

64-
<<<<<<< HEAD
65-
66-
## Deploying to the web
67-
68-
### With [now](https://zeit.co/now)
69-
70-
Install `now` if you haven't already:
71-
72-
```bash
73-
npm install -g now
74-
=======
7580
## Using TypeScript
7681

7782
This template comes with a script to set up a TypeScript development environment, you can run it immediately after cloning the template with:
@@ -94,24 +99,15 @@ Install `vercel` if you haven't already:
9499

95100
```bash
96101
npm install -g vercel
97-
>>>>>>> template/master
98102
```
99103

100104
Then, from within your project folder:
101105

102106
```bash
103107
cd public
104-
<<<<<<< HEAD
105-
now deploy --name my-project
106-
```
107-
108-
As an alternative, use the [Now desktop client](https://zeit.co/download) and simply drag the unzipped project folder to the taskbar icon.
109-
110-
=======
111108
vercel deploy --name my-project
112109
```
113110

114-
>>>>>>> template/master
115111
### With [surge](https://surge.sh/)
116112

117113
Install `surge` if you haven't already:

0 commit comments

Comments
 (0)