ATLAS2002 / resonatejs

Resonate.js is a minimalist modern cursor-based animation library for javascript frameworks.
https://www.npmjs.com/package/@resonatejs/react
MIT License
2 stars 2 forks source link

Add tailwind-config as a shared package #3

Closed ATLAS2002 closed 7 months ago

ATLAS2002 commented 8 months ago

[!NOTE]

  • Inside the base directory, create a new directory tailwind-config.
  • Create a tailwind.config.ts and postcss.config.ts file.
  • Configure all the base properties (set accurate paths in content).
  • Extend tailwind and postcss config files in other workspaces from the base tailwind-config package.

[!TIP]

  • Use pnpm to install the packages: tailwindcss, postcss and autoprefixer.
  • Instead of creating the config files, run this command instead: pnpx tailwindcss init -p.
  • If the files are in .js, change them to .ts, and use proper types.
MaruthiSingh commented 8 months ago

I would like to work on that issue under JWOC

ATLAS2002 commented 8 months ago

I would like to work on that issue under JWOC

Sure, I have assigned it to you. Happy Coding ⭐

MaruthiSingh commented 8 months ago

I facing some error in my system so can you assign this to anyone else.

vermaanurag1532 commented 8 months ago

please assign it to me i can do this for you

ATLAS2002 commented 8 months ago

please assign it to me i can do this for you

Hi @vermaanurag1532 , this issue is a part of an open source program - JWOC. And only the registered mentees can be assigned this issue. If you are already participating in JWOC and want to be assigned this issue, then you have mention that in the comment.

vermaanurag1532 commented 8 months ago

yeah i want to contribute under jwoc and i am a registered mentee in this open source program

ATLAS2002 commented 8 months ago

yeah i want to contribute under jwoc and i am a registered mentee in this open source program

After successfully merging and closing this issue, I can assign you the later issues. You do have limited time for each of these issues so I will wish you luck.

ATLAS2002 commented 8 months ago

Quick reminder @vermaanurag1532 , the time is almost up. If you are still working on this then please let me know about the progress, if you are facing an issue I'll be more than happy to help.

Jenis07 commented 7 months ago

Can you please assign me this issue under JWOC?

Jenis07 commented 7 months ago

image i got this error when i am installing the tailwindcss package using pnpm..

ATLAS2002 commented 7 months ago

Just run pnpm add -D tailwindcss postcss autoprefixer.

Jenis07 commented 7 months ago

image i am still getting error..

ATLAS2002 commented 7 months ago

Try running the command without the -w flag.

ATLAS2002 commented 7 months ago

@Jenis07 don't install tailwind in root, first create a folder "tailwind-config" inside the base folder. Then cd into the folder and install the packages there

Jenis07 commented 7 months ago

image as you told that i have do that..

ATLAS2002 commented 7 months ago

image as you told that i have do that..

Okay I have figured out the error,

After that you will have the necessary packages installed in the /tailwind-config directory.

ATLAS2002 commented 7 months ago

Also can you submit a PR within today? The duration for an easy issue is 1 day and we have already crossed that limit.

Jenis07 commented 7 months ago

I have added the package.json file and try to run the command. image but it shows this error.

ATLAS2002 commented 7 months ago

Screenshot 2024-01-24 162759 Because this package does not exist, remove it from the dependencies and run pnpm install again

Jenis07 commented 7 months ago

Yeah that's successfully installed

ATLAS2002 commented 7 months ago

Yeah that's successfully installed

@Jenis07 this issue is open for quite some time. So I need you to respond to this, else I will have to close this issue.

Anushkabh commented 7 months ago

@ATLAS2002 I WANT TO WORK ON THIS ISSUE UNDER JWOC.. KINDLY ASSIGN

ATLAS2002 commented 7 months ago

@ATLAS2002 I WANT TO WORK ON THIS ISSUE UNDER JWOC.. KINDLY ASSIGN

Let me know if there are any issues with the setup