Skip to content
This repository was archived by the owner on Nov 26, 2024. It is now read-only.

Splyce-Finance/splyce-solana-frontend-app-sigma-sprint

Repository files navigation

This is a web application built using Next.js, a React framework. It provides functionality for interacting with the Solana blockchain.

Requirements

  • Node.js (recommended version: 18.x or higher)
  • npm (recommended version: 8.x or higher)

Installation

Install the dependencies:

npm install

Running in Development Mode

Run the development server:

npm run dev

Then open http://localhost:3000 in your browser to see your application.

Production Build

To create a production build:

npm run build

To start the application after building:

npm run start

Deployment

Next.js applications can be deployed to various platforms, including Vercel, Heroku, Digital Ocean, etc.

Deploying to Vercel

  1. Install the Vercel CLI :

    npm install -g vercel
  2. Log in to Vercel:

    vercel login
  3. Deploy the project:

    vercel

    Follow the instructions to complete the deployment. Vercel will automatically optimize and configure your Next.js project for production.

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages