GitXplorerGitXplorer
d

trade-tacker

public
0 stars
0 forks
0 issues

Commits

List of commits on branch main.
Verified
e66f848146fd6e709acbd96ae90a7bdc7d9c562d

Merge pull request #10 from pmarik/sign-in-fix-logo

ppmarik committed 3 months ago
Unverified
eb6d23c212474085e50698668b5b515faba4c501

test(marketing): reintroduce 50%

ppmarik committed 3 months ago
Verified
040b5d1507bbdef03cacd7925f32d64750d1f5f3

Merge pull request #9 from pmarik/sign-in-fix

ppmarik committed 3 months ago
Unverified
88835c032fcc2006622a76df5839b951d468cac3

fix(marketing): sizing of logo

ppmarik committed 3 months ago
Verified
0c02bc6fa6a5e7671a48f16585bb86382b1b6096

Merge pull request #8 from pmarik/display-sizing

ppmarik committed 3 months ago
Unverified
c061576c8916e31a2a2949bea0bc2e06f05464f5

feat(marketing): update interaction of tablet animation, sizing of sign up max height

ppmarik committed 3 months ago

README

The README file for this repository.

Status

🚧 In Development 🚧

Trade Tracker is currently early in the development cycle. This app is not yet functional but is being actively developed. Please "watch" the project and leave a star to get all updates.

Description

Trade Tracker is a next generation stock journal and analysis tool that allows you to review and improve your trades in financial markets. Trade Tracker was built to empower individual retail traders to gain personal insights on trading psychology, discipline, and trends that help them become consistent.

Features

Run the following command:

npx create-turbo@latest

What's inside?

This Turborepo includes the following packages/apps:

Apps and Packages

  • marketing: Trade Tracker landing page
  • web: another Next.js app
  • ui: a stub React component library shared by both web and docs applications
  • eslint-config-custom: eslint configurations (includes eslint-config-next and eslint-config-prettier)
  • tsconfig: tsconfig.jsons used throughout the monorepo

Each package/app is 100% TypeScript.

Utilities

This Turborepo has some additional tools already setup for you:

Build

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

cd my-turborepo
pnpm build

Develop

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

cd my-turborepo
npm run dev

To run individual app: npm run web - web workspace on port 3000 npm run marketing - marketing workspace on port 3001

scrip is short for specific workspace npm run dev -w=web

Remote Caching

Turborepo can use a technique known as Remote Caching to share cache artifacts across machines, enabling you to share build caches with your team and CI/CD pipelines.

By default, Turborepo will cache locally. To enable Remote Caching you will need an account with Vercel. If you don't have an account you can create one, then enter the following commands:

cd my-turborepo
npx turbo login

This will authenticate the Turborepo CLI with your Vercel account.

Next, you can link your Turborepo to your Remote Cache by running the following command from the root of your Turborepo:

npx turbo link

Useful Links

Learn more about the power of Turborepo: