User
Write something
How to easily create a Sign Up form
Hello engineers, Have you ever wondered how to easily create a sign-up page in your application? In the past, developers had to write everything from scratch - the entire form. Now, with the shadcn library, you can use predefined blocks with just a few clicks: - On their website, in the top left corner, there's a "Blocks" link. - Choose the block you need, like "Sign Up". - Install it with the single command displayed. - Now you can use it on any page you want. It's that easy! :) Below is an example I added to FarmAssistant. It still needs some adjustments for colors and such, but it's already looking really great!
2
0
How to easily create a Sign Up form
How to Add shadcn/ui Library to Your Project
If this is a new project, you don't need to do much. It's as simple as selecting all the settings on their site and running the generated command - that's it. If you want to add the library to an existing project, it's a little more involved but still straightforward. Follow these steps (detailed in their documentation): - Add Tailwind CSS. - Install shadcn/ui dependencies. - Configure path aliases. - Set up styles. - Add the cn helper. - Create a components.json file. And that's it - you've installed the shadcn/ui library!
1
0
Has anyone wondered how to create a Supabase migration?
To create a migration, you only need two commands: - supabase migration new <migration_name> - supabase migration up --db-url <database_connection_string> <database_connection_string - for local development this is usual 'postgresql://postgres:postgres@127.0.0.1:54322/postgres' Then you put an SQL script inside it and that's it, the migration is ready :) Prerequisites: You need to have the Supabase CLI installed and run it from within a local Supabase project.
1
0
FarmAssistant - client added
Hello engineers, I have added on Github new things in the FarmAssistant: - NextJs frontend client - A migration in Supabase backend Next.js is a basic template—I haven't made any changes to it yet. The Supabase migration adds multi-tenancy support, which will be useful later.
Project init - FarmAssistant
Hello engineers, I've created a project I'll be working on, and I'll track my progress here in the group. It's an open-source farm management app. I'll share updates here and answer any questions about the project. Github for the reference - https://github.com/Karol-Szykula/FarmAssistant The stack: - Nextjs - Supabase First steps ✅ - Created a monorepo - Contains two directories: client/ and server/ - server/ includes the Supabase project - Both server/ and client/ have their own package.json files Next steps 🔄 - Create initial migration with multitenancy (tenants table + RLS) - Set up Next.js project in the client/ directory Stay tuned for the first migration SQL and Next.js setup! 🚜
3
0
Project init - FarmAssistant
1-8 of 8
powered by
EngineeringTech
skool.com/szykulatech-3240
We focus on JS/TS, React, Next.js, Supabase, shadcn/ui, Tailwind CSS, Zustand, and deployments on Netlify. We focus on fast shipping.
Build your own community
Bring people together around your passion and get paid.
Powered by