Coder Social home page Coder Social logo

core-workspace's Introduction

⚠ Only Core CMS and Core Styles are supported and tested. ⚠️

TACC Core Workspace

Sample workspace for simultaneous development of TACC WMA Workspace Portals & Websites.

The key provision is merely workspaces in pacakage.json to set up NPM workspaces. This template repository just offers guidance and convenience scripts.

Related Repositories

  • Core CMS, the base CMS code for TACC WMA CMS Websites
  • Core Portal, the base Portal code for TACC WMA CMS Websites
  • Core Styles, the shared UI pattern code for TACC WMA CMS Websites
  • Core Components, the shared JS components for TACC WMA CMS Websites

Local Development Setup

  1. Clone/Move Core CMS and Core Styles into this root directory.
    • After cloning, follow each package's README instructions.
    • Moving an existing repository works just as well.
  2. Install package dependencies, from root, via npm install.

Using the Packages

Each package:

  • shares dependencies (which have been hoisted to root)
  • can load each other as if the other is an NPM package
  • supports development of it independent of sibling packages

(Optional) Convenience Scripts

These scripts let you run one or more specific package scripts.

  • Run, from root, a convenience script e.g.:
    • npm run core-cms:demo --project=core-cms
    • npm run core-cms:demo --project=frontera-cms
    • npm run core-styles:demo
  • Run, from root, a script of any package e.g.:
    • npm run core-cms: npm run build:css
    • npm run core-cms: npm run build:demo
    • npm run core-styles: npm run build
    • npm run core-styles: npm run start

Known Issues

  1. If npm install (...) is run in a package, then core-styles package is unlinked (which can cause build errors). To restore the link, run npm ci in root.

core-workspace's People

Contributors

wesleyboar avatar

Watchers

James Cloos avatar  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.