Skip to content

jlfernandezfernandez/fitnesspark-automatic-sessions-booking

Repository files navigation

This is a Next.js project. Find it in @jlfernandezfernandez Github.

Getting Started

First, run the development server:

npm run dev

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

You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.

This project uses next/font to automatically optimize and load Inter, a custom Google Font.

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!

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.

Setting up Development Environment

This file provides instructions to set up your development environment to work with a Next.js 13 application.

1. Installing Homebrew

Homebrew is a package manager for macOS that makes it easy to install software and tools.

Steps to install Homebrew:

  1. Open Terminal from the Applications folder or using Spotlight (CMD + Space).

  2. Run the following command in Terminal to install Homebrew:

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
  1. Follow the instructions in Terminal to complete the installation.

2. Downloading Visual Studio Code

Visual Studio Code (VS Code) is a source-code editor developed by Microsoft.

Steps to download Visual Studio Code:

  1. Visit the Visual Studio Code website at https://code.visualstudio.com/.

  2. Click on the download button for macOS.

  3. Follow the on-screen instructions to complete the download and installation.

3. Installing npm and required libraries to develop with Next.js 13

To develop with Next.js 13, you'll need to have npm (Node Package Manager) installed.

Steps to install npm:

  1. Open Terminal.

  2. Run the following command to install npm:

brew install npm
  1. Verify that npm has been installed successfully by running the following command:

  2. Next, install the necessary libraries to develop with Next.js 13 using the provided package.json file.

Steps to install npm dependencies:

  1. Open Terminal.

  2. Navigate to the root of the application.

  3. Run the following command to install dependencies:

npm install

Finally

  1. Install vs code extensions
  2. Create Vercel account
  3. Connect to Database