Beautiful, Open Source, Motion powered components for React and HTML. Accelerate development, inspire creativity, and bring interfaces to life with seamless animations.
Visit https://atlasui.dev/docs to view the documentation.
Clone the repository and install dependencies:
git clone https://github.com/SnehdeepDupare/atlas-ui.git
cd atlas-ui
pnpm installCreate a .env file based on the example:
cp .env.example .envUpdate the environment variable:
NEXT_PUBLIC_APP_URL=http://localhost:3000Start the development server:
pnpm devThe app will be available at http://localhost:3000.
Contributions are welcome and appreciated.
If you’d like to contribute:
- Fork the repository
- Create a new branch
- Make your changes
- Open a pull request
Bug fixes, improvements, and new components are all welcome.
Licensed under the MIT license.