Create, organize, and export color palettes with ease. Perfect for designers and developers.
- Create custom color palettes
- Organize and edit palettes
- User-friendly interface
- Supports color consistency across projects
Coming soon
To run a development build of this Next.js project, follow the steps below:
Make sure you have the following installed:
- Node.js (version 18.17 or higher required)
- Package Manager like: npm, yarn or bun
-
Clone the repository:
git clone https://github.com/TheDanniCraft/swatch-studio.git cd swatch-studio
-
Install dependencies:
Using npm:
npm install
Or using yarn:
yarn install
Or using bun:
bun install
-
Run the development server:
Using npm:
npm run dev
Or using yarn:
yarn dev
Or using bun:
bun dev
-
Open your browser:
Visit
http://localhost:3000
in your browser to see your application in development mode.
-
Hot Reloading: The development server supports hot reloading. Any changes you make to your components will automatically reflect in the browser without needing to refresh the page.
-
Linting and Formatting: Before committing your code, you can run the following commands to check for linting and formatting issues:
Using npm:
npm run lint
Or using yarn:
yarn lint
Or using bun:
bun lint
If you encounter any issues, please check the Next.js documentation or open an issue on this repository.
Happy coding!