Skip to content
/ darcy Public

Darcy is a centralized social network where you can share your thoughts and opinions with other people.

License

Notifications You must be signed in to change notification settings

darcyinc/darcy

Repository files navigation

Darcy Social Network

Welcome to Darcy, a beautiful and engaging social network that allows you to connect with friends, share your thoughts, and explore a world of possibilities.

This is the folder for the website of Darcy. The website is built using Next.js, next-i18n, zustand and TailwindCSS.

Table of Contents

Getting Started

To kickstart your Darcy website experience, follow these simple steps:

  1. Install Dependencies: Begin by installing the required dependencies using pnpm: pnpm install.

  2. Configure Environment: Rename .env.example to .env and populate it with the necessary environment variables.

  3. Build and Start: Initialize the website with this command: pnpm build && pnpm start or pnpm dev for development mode.

  4. Explore the API: Open your web browser and go to http://localhost:3000 to access the website.

NPM Scripts

The monorepo comes with the following npm scripts:

  • build: Builds the website.
  • dev: Initiates the development server with hot-reloading enabled.
  • start: Launches the production version of the website.
  • lint: Ensures codebase formatting adheres to the Biome standards.
  • format: Automatically formats and rectifies codebase issues using Biome.

Technologies

License

Darcy and the Darcy website are distributed under the MIT License. For detailed licensing information, please consult the LICENSE file.


We hope you enjoy using Darcy and have a fantastic experience connecting with others in this wonderful social network. If you encounter any issues or have any questions, feel free to open an issue on our GitHub repository.