SharkDAO / website

New website repo, eventually port the community things over to it
website-sharkdao.vercel.app
0 stars 0 forks source link

Getting Started

Still working out phaser and nextjs support so right now gens a static app using webpack

First, run the development server:

yarn 
yarn start
yarn dev

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

Things to know:

TODO:

When we get to nextjs:

The pages/api directory is mapped to /api/*. Files in this directory are treated as API routes instead of React pages.

TODO Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.