ages96 / swellmatch-web

swellmatch front end

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Swellmatch WEB

Framework

  • NEXT.js v14.2.3
  • Node.js v18

Installation Steps

  1. Install NVM (Node Version Manager): This script will clone the NVM repository from GitHub to your home directory (~/.nvm) and add the necessary configuration to your shell profile file (like ~/.bashrc, ~/.bash_profile, or ~/.zshrc).
   curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.1/install.sh | bash
  1. Source your shell profile:
source ~/.bashrc
  1. Install Node.js version 18 using NVM:
nvm install 18
nvm use 18
  1. Install project dependencies using npm:
npm install
  1. Adjust base URL API in next.config.js at the root of the project folder.

Building and Running the Project

  1. Build the project:
npm run build
  1. Start the development server:
npm run start

Accessing the hosted Web Application

Visit Swellmatch WEB to access the web application.

Notes

  • Make sure NVM and Node.js are installed on your system.
  • This web application is built using NEXT.js framework. Refer to NEXT.js documentation for more information on development and deployment.

About

swellmatch front end


Languages

Language:TypeScript 89.3%Language:CSS 8.7%Language:JavaScript 2.0%