An open API service indexing awesome lists of open source software.

https://github.com/ishan-im/pepemon-test

Pepepmon
https://github.com/ishan-im/pepemon-test

Last synced: 2 months ago
JSON representation

Pepepmon

Awesome Lists containing this project

README

        

![Build status](https://github.com/pepem00n/pepemon-frontend/actions/workflows/main.yml/badge.svg)
# Pepemon Frontend
See also: [pepemon.world](https://pepemon.world)

This repository contains two projects:
* [@pepemon/app](packages/app/)
* [@pepemon/contracts](packages/contracts/)

## Pepemon App

This project is located in `packages/app`.

In the project directory, you can run:

### `yarn start`

Runs the app in development mode.

Open [http://localhost:3000](http://localhost:3000) to view it in the browser.

The page will automatically reload if you make changes to the code.

You will see the build errors and lint warnings in the console.

### `yarn test`

Runs the test watcher in an interactive mode.

By default, runs tests related to files changed since the last commit.

[Read more about testing.](https://facebook.github.io/create-react-app/docs/running-tests)

### `yarn build`

Builds the app for production to the `build` folder.

It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.

Your app is ready to be deployed!

See the React documentation on [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information.

## Pepemon Contracts

See also: [here](packages/contracts/README.md)