Skip to content

Latest commit

 

History

History
65 lines (41 loc) · 888 Bytes

README.md

File metadata and controls

65 lines (41 loc) · 888 Bytes

Selfie Records Website

This is the official website for Selfie Records, built using Next.js and TailwindCSS. The project showcases DNS TXT records for payments, identities, and beyond.

Getting Started

Prerequisites

  • Node.js (v18+)
  • npm or yarn

Installation

Clone the repository:

git clone https://github.com/your-username/selfie-records-website.git
cd selfie-records-website

Install dependencies:

npm install
or
yarn install

Development

To run the development server:

npm run start

Visit http://localhost:3000 to view the app.

Production

To create a production build:

npm run build

To start the production server:

npm run start

Linting

To check for linting errors:

npm run lint

License

This project is licensed under the MIT License.