Skip to content

BankTNBD/friendship

Repository files navigation

Friendship

A website for receiving Friendship messages from friends, supporting both drawing and text, developed using Next.js (React).

Features

  • Drawing
  • Texting

Demo

friendship.iambanky.com

Getting started

Prerequisites

  • Node.js (v14 or higher)
  • npm or yarn

Installation

  1. Clone the repository:
git clone https://github.com/BankTNBD/friendship.git
cd friendship
  1. Install dependencies:
npm install
# or
yarn install
  1. Create a .env.local file based on .env.local.sample and set the required environment variables.

Customization

You can customize the content on this website by modifying the src/resources/content.js file.

Running the Development Server

npm run dev
# or
yarn dev

Open http://localhost:3000 with your browser to see the result.

Building for Production

npm run build
# or
yarn build

Starting the Production Server

npm start
# or
yarn start

Contributing

Contributions are welcome! Please open an issue or submit a pull request for any improvements or bug fixes.

About

A website for receiving Friendship messages from friends, supporting both drawing and text, developed using Next.js (React)

Resources

Stars

Watchers

Forks

Contributors

Languages