Needles is a React Native mobile application currently under development. This project aims to be a threads clone.
🚧 Work in Progress 🚧
- Node.js (v14.0.0 or newer)
- npm or yarn
- React Native CLI
- Android Studio and/or Xcode (for respective platform development)
# Clone the repository
git clone https://github.com/yourusername/needles.git
# Navigate to project directory
cd needles
# Install dependencies
npm install
# or
yarn install
# Start the application
npm start
# or
yarn start