Skip to content

curiouscodex/example-farcaster-app

 
 

Repository files navigation

Sample Farcaster App

Welcome to the Sample Farcaster App! This README provides steps to get you started with setting up the project.

Prerequisites

  • Make sure you have Node.js and yarn installed on your machine.

Setup

  1. Install Dependencies: To ensure that all the required libraries and modules are installed, run:

    yarn install
  2. Environment Configuration: We use environment variables for various configurations. Start by copying the example environment variables file:

    cp example.env .env
  3. Update Environment Variables: Open the .env file in your favorite editor and make sure to replace placeholders with the correct values.

    open .env

    🔔 Notes:

  4. Start the App: To start the Sample Farcaster app in development mode, run:

    yarn start

    Your app should now be running on localhost:3000 (or a specified port in your .env).

Troubleshooting

  • If you run into issues with missing packages, make sure to run yarn install again.
  • Ensure all environment variables in .env are correctly set.

Feedback

If you have any feedback or run into issues, please reach out to our team or create an issue on the repository.


Happy coding! 🚀

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 70.2%
  • HTML 11.3%
  • CSS 9.4%
  • JavaScript 9.1%