pixel style CSS framework.
- Start the project
yarn install && yarn start
- Build css
yarn run build
-
Build docker image
docker build --rm -f Dockerfile -t pixel:latest .
-
Run docker image
docker run --name -t pixel-latest -d -p 1234:1234 pixel
-
Then you can visit
localhost:1234
.
MIT © diliburong