Code Monkey home page Code Monkey logo

pyxis-legacy's Introduction

Pyxis Site

Il progetto di Pyxis viene ora mantenuto sul repo di pyxis NPM. Questo progetto attualmente mantiene il sito pubblico e il deploy dei "temi" di pyxis su ECDN remota

Startup

  • Install packages: yarn

Develop Pyxis-site locally

  • Run local yarn serve
  • Build for production (pyxis site only): yarn build:site
  • Build for production (pyxis themes only): yarn build:css

Deploy del css

Per utilizzare il css su altri progetti come dipendenza servita da ECDN:

  • Aggiornare l'ultima versione di pyxis-npm desiderata dal file package.json (usare la versione esatta)
  • Lanciare yarn e buildare il css in locale per assicurarsi che tutto funzioni correttamente
yarn
yarn build:css
  • Taggare il repo con la versione desiderata (possibilmente mantenere la stessa versione di pyxis npm fino a quando i due non divergeranno)
git tag x.x.x
git push --tags
  • Verificare su drone l'avvio della build e il completamento del deploy su ECDN
  • Aggiornare il link dell'ECDN sull'applicazione

Dalle versioni prima della 1.7.5 pyxis viene servito a questo link:

Dalla versione 1.7.5 in poi:

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.