Skip to content

Commit b3078ab

Browse files
author
Jonathan Greenemeier
committed
feat: remove pseudo element
1 parent 503b8e1 commit b3078ab

12 files changed

+46
-49
lines changed

Diff for: README.md

+3-6
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
# svelte-calendar
2-
A small date picker built with Svelte. WIP.
2+
A small date picker built with Svelte. Demo available here: [svelte-calendar](https://6edesign.github.io/svelte-calendar/)
33

4+
## Developing/Modifying Svelte-Calendar Guide:
45
*Note that you will need to have [Node.js](https://nodejs.org) installed.*
56

6-
7-
## Get started
8-
97
Install the dependencies...
108

119
```bash
@@ -19,5 +17,4 @@ npm install
1917
npm run dev
2018
```
2119

22-
Navigate to [localhost:5000](http://localhost:5000). You should see your app running. Edit a component file in `src`, save it, and reload the page to see your changes.
23-
20+
Navigate to [localhost:5000](http://localhost:5000). You should see your app running. Edit a component file in `src`, save it, and your browser will reload the page so you can see your changes automatically.

Diff for: docs/bundle.css

+5-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)