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.
- Node.js (v18+)
- npm or yarn
git clone https://github.com/your-username/selfie-records-website.git
cd selfie-records-website
npm install
or
yarn install
To run the development server:
npm run start
Visit http://localhost:3000 to view the app.
To create a production build:
npm run build
To start the production server:
npm run start
To check for linting errors:
npm run lint
This project is licensed under the MIT License.