carbon-components-svelte/palimpsest
2020-01-20 12:00:19 -06:00
..
public chnages to sidenav 2020-01-20 12:00:19 -06:00
src chnages to sidenav 2020-01-20 12:00:19 -06:00
.gitignore chnages to sidenav 2020-01-20 12:00:19 -06:00
package.json chnages to sidenav 2020-01-20 12:00:19 -06:00
README.md chnages to sidenav 2020-01-20 12:00:19 -06:00
webpack.config.js chnages to sidenav 2020-01-20 12:00:19 -06:00
yarn.lock chnages to sidenav 2020-01-20 12:00:19 -06: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.