Code Monkey home page Code Monkey logo

nextjs-bounty-submission's Introduction

Bounty rules

  1. Code must be typesafe
  2. Code must be modular
  3. Update the files present only in (external-pages) folder
  4. Update the landing page to match the design
  5. Update the footer.tsx file as needed
  6. Update the navigation menu as needed
  7. Install and setup magic-ui to render magic ui based components
  8. Don't install any other packages
  9. Don't add too many comments. Keep it simple.
  10. Remove unused code (don't leave it commented out)
  11. pnpm tsc should not throw any errors
  12. pnpm lint should not throw any errors

Acceptance rules

  1. As close to pixel perfection as possible
  2. Landing page must match design in both desktop and mobile
  3. Tablet view should look reasonably well.
  4. No new colors or arbitrary changes.

Developer environment

Installation Instructions

To set up the project, follow these steps:

  1. Install Dependencies: Ensure you have pnpm installed. If not, you can install it globally using npm:

    npm install -g pnpm

    Once pnpm is installed, navigate to your project directory and run:

    pnpm install

    This will install all the necessary dependencies for the project.

  2. Run the Development Server: After the dependencies are installed, you can start the development server by running:

    pnpm dev

    This will start the server, and you can view the project in your browser at http://localhost:3000.

  3. Build for Production: If you need to build the project for production, you can run:

    pnpm build

    This will create an optimized build of your project in the dist directory.

  4. Additional Commands:

    • To run typecheck:
      pnpm tsc
    • To lint the code:
      pnpm lint

By following these steps, you should be able to set up and run the project locally without any issues.

nextjs-bounty-submission's People

Contributors

imbhargav5 avatar

Stargazers

Rohit kumar barada avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.