ngure1 / UniVerse_frontend

Home Page:https://uni-verse-frontend.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

UniVerse

Developer Guide

Getting Started

First make a fork of the repository

Clone the forked repository in your local machine and buy running

git clone <link to your forked repo>

Make a branch that you will use to work on a feature

git branch <yourusername/feature-you-are-working-on>

Switch to that branch

git checkout <branch name>

Run the development server:

pnpm run dev

Open http://localhost:3000 with your browser to see the result.

You can start working on your feature then make pull requests.

For more info on contributing to this repo read the Code of conduct

Learn More

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

About

https://uni-verse-frontend.vercel.app


Languages

Language:JavaScript 98.6%Language:CSS 1.4%Language:Shell 0.0%