Skip to content

Commit

Permalink
feat: remove pseudo element
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Greenemeier committed Jan 10, 2019
1 parent 503b8e1 commit b3078ab
Show file tree
Hide file tree
Showing 12 changed files with 46 additions and 49 deletions.
9 changes: 3 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
# svelte-calendar
A small date picker built with Svelte. WIP.
A small date picker built with Svelte. Demo available here: [svelte-calendar](https://6edesign.github.io/svelte-calendar/)

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


## Get started

Install the dependencies...

```bash
Expand All @@ -19,5 +17,4 @@ npm install
npm run dev
```

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.

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.
10 changes: 5 additions & 5 deletions docs/bundle.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit b3078ab

Please sign in to comment.