Go to file
steven bfa8f40723 image optimization. 2023-02-13 20:35:09 -08:00
.github/workflows
.husky
__mocks__/next
cypress
public image optimization. 2023-02-13 20:35:09 -08:00
src image optimization. 2023-02-13 20:35:09 -08:00
.babelrc
.eslintignore
.eslintrc.json
.gitignore
.nvmrc
.prettierignore
.prettierrc
CHANGELOG.md
LICENSE
README.md
commitlint.config.js
cypress.config.js
jest.config.js
jest.setup.js
lint-staged.config.js
netlify.toml
next-env.d.ts
next-sitemap.config.js
next.config.js
package-lock.json
package.json
postcss.config.js
tailwind.config.js removing debug screens 2023-02-12 21:25:23 -08:00
tsconfig.json
yarn.lock

README.md

Mango Web 🥭

Getting started

Download or clone repo

Git clone https://github.com/blockworks-foundation/mango-web.git

In terminal navigate to cloned repot and run command:

yarn install

Now, you can run locally in development mode with live reload:

yarn dev

Open http://localhost:3000 with your preferred browser to see your project.