Skip to content

Files

Latest commit

7e1d483 · Jan 19, 2024

History

History

create-solana-dapp

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Jan 16, 2024
Jan 19, 2024
Jan 16, 2024
Jan 16, 2024
Jan 16, 2024
Jan 16, 2024
Jan 16, 2024
Jan 16, 2024
Jan 16, 2024
Jan 16, 2024
Jan 16, 2024
Jan 18, 2024
Jan 18, 2024
Jan 16, 2024
Jan 16, 2024

jupiter-swap

This project is generated with the create-solana-dapp generator.

Getting Started

Prerequisites

  • Node v18.18.0 or higher

Installation

Clone the repo

git clone <repo-url>
cd <repo-name>

Install Dependencies

npm run install

Start the web app

npm run dev

Apps

web

This is a React app.

Commands

Start the web app

npm run dev

Build the web app

npm run build