Skip to content

CCole/purple-cow

Repository files navigation

This is a Fearless trial project. You can visit it here https://purple-cow.vercel.app/.

This app is deployed with Vercel. Deploy this app with Vercel

Run Locally

First, run the development server:

npm run dev
# or
yarn dev

To change the port number

npm run dev -- -p 3005

Open http://localhost:3000 with your browser to see the result.

Build

To build run the following command:

npx next build

Run Unit Tests

npm test

Future Updates

  • Figure out how to set up prettier configuration so that it does not conflict with vercel deployemnt

    • Prettier is important because it scans files for style issues and automatically reformats code for consistency. It's nice because it's a one time cost and an help catch errors.
  • Add more informative error messages for improved user experience

  • Implement a responsive design for a delightful experience across devices

Releases

No releases published

Packages

No packages published