Giter Club home page Giter Club logo

azurite's Introduction

Azurite

Azurite is a prototype CMS (content management system) built by Andrew Mitchell, Mathew Webb, and Noah Winkler.

Early Development

This CMS is currently in very early development. It is pre-alpha quality software and should only be used in non-critical and non-production environments. That said, you can help shape our development. Feel free to submit bug reports, pull requests, and discussion posts. We currently have no code guidelines, test requirements, or pull request process but we plan to implement these once we get a minimum viable product finished. This repo and its contents are available under the MIT license.

Getting Started

We are currently using Node 20.

Package Management

This project is using Yarn as the package manager. Please do not run NPM.

The important commands to know are:

  • yarn or yarn install. This installs all your packages (similar to npm install).
  • yarn add <packagename>. This will add a new package to the project (similar to npm install <packagename>).
  • yarn add -D <packagename>. This adds a package as a development dependency.
  • yarn run <script>. Similar to npm run <script>.
  • yarn npm audit. Runs a package audit.
  • yarn upgrade-interactive, upgrades packages (similar to npm outdated).
  • yarn up, (similar to npm upgrade).
  • yarn dlx <command> equivilent to npx <command>.

DB Management

This project uses the Prisma ORM, it has a CLI utility with some useful commands:

  • yarn dlx prisma studio - Launches a GUI to manage the DB.
  • yarn dlx prisma migrate dev --name <name> - Creates a DB migration (pushes schema changes to DB). Be careful doing this to a production site.

azurite's People

Contributors

realandrew avatar

Watchers

 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.