OnlyDevs is a dynamic platform designed for developers and designers to network, collaborate, and share resources. This project is built using Next.js and other modern web technologies.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
- Node.js (version 14 or later recommended)
- npm or yarn
- Clone the repository (you'll need access as this is a private repo):
git clone [repository URL]
- Navigate to the project directory:
cd onlydevs
- Install dependencies:
npm install -g pnpm
pnpm install
or
npm install
- Set up environment variables:
Create a
.env
file in the root directory and add the following variables:
NEXT_PUBLIC_FORM_ACCESS_KEY
- Run the development server:
pnpm run dev
or
npm run dev
- Next.js - The React framework used
- React - UI library
- Tailwind CSS - For styling
- Framer Motion - For animations
- This is a private repository. Ensure you have the necessary permissions before cloning or deploying.
- For any issues or questions, please contact [your contact information].