Darcy is a social network that connects people from all over the world 🌎. Share your thoughts, photos, and interests with your friends and family 💬.
These instructions will help you get a copy of the project up and running on your local machine for development and testing purposes.
See also: preparing the back-end
- Clone the repository:
git clone https://github.com/darcyinc/darcy.git
- Navigate to the project directory:
cd darcy
- Install the dependencies:
pnpm install
Use the following command to start the project in development mode:
pnpm dev
Use the following command to build the project:
pnpm build
Use the following command to start the project in production mode (after building):
pnpm start
We welcome contributions from the community! If you're interested in contributing, please read CONTRIBUTING.md for more information.
This project is licensed under the Apache 2.0 License.