Skip to content

tracychen/popshop

Repository files navigation

popshop*

What's inside?

This monorepo includes the following packages/apps:

Apps and Packages

  • web: a Next.js app
  • config: eslint configurations (includes eslint-config-next and eslint-config-prettier)
  • tsconfig: tsconfig.jsons used throughout the monorepo
  • protocol: contains the smart contracts and the logic for the protocol

Each package/app is in TypeScript. Contracts are written in Solidity.

Utilities

Development

Web App Setup

To run the web app, you will need to copy the packages/web/.env.template file to packages/web/.env in order for the app to have the necessary environment variables to run.

cp packages/web/.env.template packages/web/.env

Build

To build all apps and packages, run the following command:

yarn run build

Develop

To develop all apps and packages, run the following command:

yarn run dev

About

Resources

Stars

4 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors