GithubHelp home page GithubHelp logo

isabella232 / atlantis Goto Github PK

View Code? Open in Web Editor NEW

This project forked from getjobber/atlantis

0.0 0.0 0.0 6.71 MB

🔱 Atlantis

Home Page: https://atlantis.getjobber.com

License: MIT License

JavaScript 9.29% TypeScript 78.69% CSS 12.03%

atlantis's Introduction

name route
Atlantis
/

🔱 Atlantis

CircleCI

What is Atlantis?

Design systems enable teams to build better products faster by making design reusable—reusability makes scale possible. This is the heart and primary value of design systems. A design system is a collection of reusable components, guided by clear standards, that can be assembled together to build any number of applications.

Atlantis is a design system for Jobber. The primary objective for Atlantis is to provide a system of reusable components to help developers to quickly build beautiful and consistent interfaces for our users.

Development

Prerequisites
  • node@10 or higher
  • npm@6 or higher

To install Atlantis locally for development:

git clone [email protected]:GetJobber/atlantis.git
cd atlantis
npm ci

To start the docz development server:

npm start

Generating a Component

Running the following command will prompt you for a component name and generate a starting point consisting of a component, tests, styling, etc to help you get started.

You should name your component in PascalCase.

npm run generate

Example

❯❯❯ npm run generate

> [email protected] generate /path/to/atlantis
> plop

? Component Name: ExampleComponent
✔  +! 5 files added
 -> /packages/components/src/ExampleComponent/index.ts
 -> /packages/components/src/ExampleComponent/ExampleComponent.css
 -> /packages/components/src/ExampleComponent/ExampleComponent.mdx
 -> /packages/components/src/ExampleComponent/ExampleComponent.test.tsx
 -> /packages/components/src/ExampleComponent/ExampleComponent.tsx

Testing

To run tests:

npm test

Linting

To ensure your code passes our linters run:

npm run lint

You can also auto fix many linting errors by running:

npm run lint:fix

You can run the linters separately with:

npm run lint:css
npm run lint:ts

Repo Structure

The atlantis repo is a monorepo consisting of a few different packages all living in the ./packages/ directory.

The primary packages in here are:

  • packages/
    • components/
      • The primary home for components. Each component lives in its own folder in the ./src directory within here.
    • design/
      • A home for shareable css variables.
    • docx/
      • Any components internal to the documention viewer itself.

When installing dependancies be sure to install them relative to the appropriate sub package. For example if you want to use package foo in a component you would run npm install foo from within the components directory.

Contributing

Everyone is a friend of Atlantis and we welcome pull requests. See the contribution guidelines to learn how.

Publishing

Atlantis uses Lerna and will automatically automatically publish whenever a pull request is merged.

Manual Release Instructions

Follow semver when choosing versions.

npm run release-the-kraken

Pre-Release

npm run prerelease

What has Changed

lerna changed

atlantis's People

Contributors

seanhealy avatar walter-harriman-bot avatar darryltec avatar eddysims avatar chris-at-jobber avatar jeffmarvin avatar rebecca-li avatar jklotz1 avatar gregb-jobber avatar crgec avatar andrewjdmccann avatar bdfranck avatar cwtedwards avatar kkimble006 avatar linds14sr20det avatar naarok avatar jcw- avatar dmcroriegit avatar whereyoubinns avatar vanikadhamija avatar tyler-santos avatar afroholic78 avatar mandymeindersma avatar kingstonfung avatar pontiphex avatar hosseintalebi avatar codymoorhouse avatar boredcity avatar victorfjobber avatar snostorm 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.