carbon-components-svelte/palimpsest
dependabot[bot] bdf191ce20
chore(deps): bump acorn from 6.4.0 to 6.4.1 in /palimpsest
Bumps [acorn](https://github.com/acornjs/acorn) from 6.4.0 to 6.4.1.
- [Release notes](https://github.com/acornjs/acorn/releases)
- [Commits](https://github.com/acornjs/acorn/compare/6.4.0...6.4.1)

Signed-off-by: dependabot[bot] <support@github.com>
2020-03-13 22:18:05 +00:00
..
public docs(palimpsest): support responsive design 2020-01-12 12:03:15 -08:00
src refactor(theme-picker): use two-way binding 2020-01-20 16:52:06 -08:00
.gitignore docs(palimpsest): add initial set-up 2020-01-04 09:25:05 -08:00
package.json chore(deps-dev): add file-loader, fuse.js, svelte-spa-router 2020-01-09 09:46:33 -08:00
README.md docs(palimpsest): add initial set-up 2020-01-04 09:25:05 -08:00
webpack.config.js chore(webpack): add file-loader to webpack config 2020-01-09 09:50:23 -08:00
yarn.lock chore(deps): bump acorn from 6.4.0 to 6.4.1 in /palimpsest 2020-03-13 22:18:05 +00:00

palimpsest

pa·limp·sest

writing material used one or more times after earlier writing has been erased Merriam-Webster

The purpose of this app is to document and illustrate real world consumption of carbon-components-svelte.

Getting Started

This app uses a linked copy of carbon-components-svelte to expedite local development.

First, run the following commands at the root of carbon-components-svelte/:

yarn build
yarn link

Next, link the library to this folder.

cd palimpsest
yarn link "carbon-components-svelte"

Finally, install this app's dependencies.

yarn install

Available Scripts

yarn start

Runs the app in development mode with livereload enabled. Visit http://localhost:8080.

yarn build

Builds the app in production mode.