Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jacobhsu/react-pancake-nft
https://github.com/jacobhsu/react-pancake-nft
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/jacobhsu/react-pancake-nft
- Owner: JacobHsu
- License: gpl-3.0
- Created: 2022-09-29T06:29:21.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-09-29T07:28:15.000Z (over 2 years ago)
- Last Synced: 2024-04-10T16:05:26.631Z (9 months ago)
- Language: TypeScript
- Size: 35.4 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# 🥞 Pancake Frontend
This project contains the main features of the pancake application.
If you want to contribute, please refer to the [contributing guidelines](./CONTRIBUTING.md) of this project.
## Navbar
Menu\config\config.ts
## Documentation
- [Info](doc/Info.md)
- [Cypress tests](doc/Cypress.md)## Quick Start
install dependencies using **yarn**
```sh
yarn
```start the development server
```sh
yarn dev
```build with production mode
```sh
yarn build# start the application after build
yarn start
```