GithubHelp home page GithubHelp logo

starwipe-cms-public's Introduction

StarWipe CMS

CMS frontend for StarWipe.

Running Locally

To get starwipe-cms running locally:

  1. Follow the steps to start up starwipe so the StarWipe API is available to the CMS.

Linting

You can lint the code in this repository with eslint using the lint script in scripts/lint:

./scripts/lint

Alternatively, you may use npm to run the lint script:

npm run lint

Watch (dev workflow)

During development, it's handy to have webpack build the project each time you make code changes. To have the project compiled as you make changes, use the watch script in scripts/watch:

./scripts/watch

Alternatively, you may use npm to run the watch script:

npm run watch

Build

To build the project locally, use the build script in scripts/build:

./scripts/build

Alternatively, you may use npm to run the build script:

npm run build

Releasing

To cut a release, make sure all your local changes are committed and your working directory is clean. Simply run the scripts/tag-and-release script, passing it the type of release you wish to build (temp, patch, minor, major).

./scripts/tag-and-release

This will run the linter, the tests and build the project into a distributable build product in the dist folder.

starwipe-cms-public's People

Watchers

James Cloos avatar Starbuck avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.