Skip to content
This repository was archived by the owner on Aug 16, 2023. It is now read-only.

farism/stylegator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

e5ea5b2 · Jan 5, 2022
Jan 5, 2022
Sep 11, 2018
Jan 5, 2022
Dec 4, 2019
Aug 1, 2018
Dec 4, 2019
Dec 7, 2017
Jan 5, 2022
Jan 30, 2018
Jan 5, 2022
Jan 6, 2020
Mar 28, 2018
Jan 5, 2022

Repository files navigation

Stylegator npm version

Getting Started

# Create a new project

mkdir my-app && cd my-app

# Install Stylegator

yarn add stylegator
npm install stylegator

# Start the stylegator dev server

stylegator dev

# Build the static site for production

stylegator build

Configuration

Project configuration is available through an stylegator.config.js file:

{
  "template": "index.html",
  "title": "My App"
}

Contributing

Ideas and code contributions are welcome! In lieu of a styleguide, this project uses prettier, husky, and lint-staged to maintain code style. If you have any questions, just ask.

Related projects