Skip to content

lingodotdev/solana-com

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1,009 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

solana.com Monorepo

Repository for https://solana.com - a Turborepo-powered monorepo with the main app in apps/web/.

Setup locally

  1. Clone the repo to your local machine:

    git clone https://github.com/solana-foundation/solana-com.git
    
  2. Install the dependencies via pnpm (from root):

    pnpm install
    
  3. Run the project locally (uses Turbo to run dev in apps/web/):

    pnpm dev
    

    Or, to run directly in the app folder:

    cd apps/web
    pnpm dev
    

Maintainers

The solana.com website is managed and maintained by the Solana Foundation. Read more on how to contribute.

About

The solana.com website.

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • MDX 93.0%
  • TypeScript 4.4%
  • JavaScript 2.1%
  • SCSS 0.4%
  • CSS 0.1%
  • Python 0.0%