octopusthink / nautilus

Inclusive, open-source design system and React component library.
https://nautilus.octopusthink.com
MIT License
2 stars 0 forks source link
design-system react react-component-library

Build Status npm version

Nautilus Design System

Nautilus is an open-source design system and component library to help designers and developers build better digital products together. ❤️

Nautilus is available both as a Sketch library and an npm package for use in React projects.

https://nautilus.octopusthink.com/

Project status

Nautilus is currently pre-pre-pre-beta software. You can feel free to use it in your projects, but be warned that the API is likely to change and things may work in unexpected ways.

Point releases are distributed to npm on the 5th of every month. You can see our near-term plans and upcoming components in the Project tab.

Usage

Want to use Nautilus in your next web app? Well: don't! It's much too early and it's nowhere near ready for production usage. Check back later. 😅

You can technically install it from NPM, but you can't say we didn't warn you!

npm install @octopusthink/nautilus

Development

Want to contribute to Nautilus, or test it locally? Here's how!

Prerequisites

Installing

Clone the repo:

git clone https://github.com/octopusthink/nautilus.git

Navigate into the directory:

cd nautilus

Install the dependencies:

npm install

And use npm to compile files, watch for changes, and build the styleguide:

npm start

This will start a server for the styleguide at http://localhost:6060/ and watch for any changes.

You'll need to restart npm if you make changes to styleguide.config.js, but otherwise you should be good to go!

Running the tests

We use jest to run our unit tests. If you've made changes, jest will only run tests on files related to your changes:

npm test

Linting

We lint our code using eslint and prettier. You can check your changes for linting violations with:

npm run lint

Built With

Contributing

Please read (CONTRIBUTING.md) for details on our code of conduct and the process for submitting pull requests.

We use the Conventional Commits specification for commit messages to ensure that commit messages are written in a consistent and predictable way.

Versioning

We use SemVer for versioning. For the versions available, see the releases page.

Authors

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE.txt file for details.

Acknowledgments

Nautilus has been heavily inspired by, and borrows from: