Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 653 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 653 Bytes

OpenDoge

Full stack dApp created for OpenDoge using Next.js, React.js, Tailwind CSS, SASS, Typescript, and Solidity.

  • 🔎 SEO optimization configured

    with next-seo and next-sitemap. you'll need to reconfigure or tinker with it to get it right according to your needs, but it's there if you need it.

Getting Started

git clone, and then run the development server:

npm run dev
# or
yarn dev

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

You can start editing the page by modifying src/pages/index.tsx. The page auto-updates as you edit the file.