https://github.com/ishan-im/pepemon-test
Pepepmon
https://github.com/ishan-im/pepemon-test
Last synced: 2 months ago
JSON representation
Pepepmon
- Host: GitHub
- URL: https://github.com/ishan-im/pepemon-test
- Owner: ishan-im
- License: gpl-3.0
- Created: 2023-07-19T05:16:50.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-25T14:39:39.000Z (almost 2 years ago)
- Last Synced: 2025-01-28T04:29:01.957Z (4 months ago)
- Language: TypeScript
- Size: 124 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# 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)