Skip to content

rowleks/wellcare

Repository files navigation

Wellcare Project

This is a Next.js project bootstrapped with create-next-app.

Getting Started

Installation

First, clone the repository and navigate to the project directory:

git clone https://github.com/rowleks/wellcare.git
cd wellcare

Then, install the dependencies using yarn:

yarn install

Repository Structure

This repository contains two branches:

  1. main: This is the primary branch where the main development happens. You can continue working from this branch and send pull requests for any changes or features you implement.
  2. startup: This branch contains the assets and project setup files. If you want to start fresh or customize the project setup, you can switch to this branch and begin your work.

To switch to the startup branch after cloning the repository, run:

git checkout startup

You can choose to work from either branch depending on your needs.

Running the Development Server

To start the development server, run:

yarn dev

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

Building for Production

To build the project for production, run:

yarn build

After building, you can start the production server with:

yarn start

Linting and Formatting

To lint the code, run:

yarn lint

To format the code, run:

yarn format

Contributing

If you want to contribute to this project, you can:

  1. Fork the repository.
  2. Clone your forked repository.
  3. Work on either the main branch or the startup branch.
  4. Push your changes to your forked repository.
  5. Open a pull request to the main branch of the original repository.

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published