Skip to content

diliburong/pixel

Repository files navigation

pixel



pixel style CSS framework.

Install

Development

  1. Start the project
    yarn install && yarn start
  2. Build css
    yarn run build
    

Development with docker

  1. Build docker image

    docker build --rm -f Dockerfile -t pixel:latest .
  2. Run docker image

    docker run --name -t pixel-latest -d -p  1234:1234 pixel
  3. Then you can visit localhost:1234.

Contirbuting

License

MIT © diliburong

Releases

No releases published

Packages

No packages published

Languages