KMPARDS / timeally-tsx

TimeAlly DApp on the Era Swap Network
https://timeally-tsx.vercel.app
1 stars 7 forks source link

build typescript strict styled with prettier

Contributing Instructions

  1. You need yarn installed. If you don't have it installed already, install it from here.
  2. Fork this repo and then clone it.
  3. yarn install --frozen-lockfile to install depencendies.
  4. yarn start to start the development server.
  5. Make more commits with small changes with relevant commit messages to make review easy.
  6. Create a PR (docs). Please add relevant details to your PR (e.g. what feature is added or which bug is fixed) to make it easy to review and get merged faster.
  7. If you are simultaneously working on multiple features / bug fixes, please submit them in different PRs. You can do this by creating a new branch in your fork.

In the project directory, you can run:

yarn start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

yarn test

Launches the test runner in the interactive watch mode.
See the section about running tests for more information.

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 section about deployment for more information.

Handy documentations