A website for receiving Friendship messages from friends, supporting both drawing and text, developed using Next.js (React).
- Drawing
- Texting
- Node.js (v14 or higher)
- npm or yarn
- Clone the repository:
git clone https://github.com/BankTNBD/friendship.git
cd friendship- Install dependencies:
npm install
# or
yarn install- Create a
.env.localfile based on.env.local.sampleand set the required environment variables.
You can customize the content on this website by modifying the src/resources/content.js file.
npm run dev
# or
yarn devOpen http://localhost:3000 with your browser to see the result.
npm run build
# or
yarn buildnpm start
# or
yarn startContributions are welcome! Please open an issue or submit a pull request for any improvements or bug fixes.