Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 1.2 KB

README.md

File metadata and controls

29 lines (23 loc) · 1.2 KB

Social media template

Overview

For ease of review, the application has been deployed at https://npkhang-socials.vercel.app. If you'd like to explore the development code in more detail, please refer to the Setup section.

Tech stacks used

  • Programming languages: Typescript, JavaScript
  • Frameworks: NextJS, ReactJS, TailwindCSS
  • UI components libraries: MaterialUI, FontAwesomeIcon
  • Requests handling: axios
  • Testing: vitest
  • State management: zustand
  • Authentication: Clerk

Setup

  1. Change the name of .env.example to .env.local. This is necessary for the environment variables referenced within the application to function correctly.

  2. This application uses Clerk for authentication, which requires external setup. To enable Clerk, you need to create your own credentials by visiting the Clerk dashboard at Clerk and following the instructions to set up your authentication system.

  3. Install the necessary dependencies

npm install
  1. Run the application on a development server
npm run dev

Access http://localhost:3000 on your browser to view the application.