A Next.js application that provides sassy tarot readings.
/app
: Contains the main application pages and layouts (Next.js 13 App Router)/components
: Reusable React components/lib
: Utility functions and context providers/hooks
: Custom React hooks/styles
: Global styles and Tailwind CSS configuration/public
: Static assets/tests
: Jest test files
- User authentication (login/register)
- Tarot readings with passive-aggressive interpretations
- User dashboard for viewing past readings
- Clone the repository
- Install dependencies:
npm install
- Set up environment variables (see
.env.example
) - Run the development server:
npm run dev
This project is set up for easy deployment on Vercel. Push to the main branch to trigger a new deployment.
Run tests with: npm test
Please read CONTRIBUTING.md for details on our code of conduct and the process for submitting pull requests.