1.11.0 • Published 4 years ago

@wegotpop/styleguide v1.11.0

Weekly downloads
24
License
MIT
Repository
github
Last release
4 years ago

We Got POP LTD Style guide

npm version

Getting started

This repository makes use of Yarn. Please ensure this is installed before getting started.

First step is to install the dependencies. This can be done via:

yarn install

To run the development server run:

yarn dev

This will launch the dev sever on http://localhost:1234. Hot reload is active by default. The development server and production builder is managed by Parcel.

Code layout

The root of the app is located in index.js (and the correspdoning index.html). CSS that is meant to be exported is located in the css folder. Individual pages are locationd in the pages folder. There is a separte css folder, for page specific styling, which is not considered to be part of the POP style guide.

Code is auto formated on commit, and makes use of Prettier to format JS, CSS and Markdown files.

This can be triggered before commit with:

yarn format

or for a specific filetype:

yarn format:<js|css|md>

Publishing

Publishing can be done by running npm publish.

2.0.0-alpha.1

4 years ago

2.0.0

4 years ago

1.11.0

5 years ago

1.10.0

5 years ago

1.9.0

5 years ago

1.8.0

5 years ago

1.7.1

5 years ago

1.7.0

5 years ago

1.6.0

5 years ago

1.5.0

5 years ago

1.4.0

5 years ago

1.3.0

5 years ago

1.2.0

5 years ago

1.1.0

5 years ago

1.0.0

5 years ago

0.0.8

6 years ago

0.0.8-beta1

6 years ago

0.0.7

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago