Full stack dApp created for OpenDoge using Next.js, React.js, Tailwind CSS, SASS, Typescript, and Solidity.
-
🔎 SEO optimization configured
with
next-seo
andnext-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.
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.