Skip to content

itstechnova/technova-2025

Repository files navigation

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

Getting Started

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun 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 Geist, a new font family for Vercel.

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.

itstechnova Website

Live website: www.itstechnova.com, www.itstechnova.org
Dev website: itstechnova2023-dev.netlify.app/

Getting Started

Clone the project:

git clone https://github.com/itstechnova/technova-2023.git

Open the project on VS Code and install required packages:

yarn install

Run the following to view live changes on http://localhost:3000

yarn start

Development Tips

Naming Convention

  • Name your branches ticket#-title, where ticket# refers to the task id you are working on
  • e.g. 2-create-nav-bar

Pull Requests & Commits

  • Always write a descriptive commit message in the following format: ticket#: description
  • Write a detailed, but not overly detailed description of the feature or bug fixes when creating a PR
  • AVOID pushing directly to dev and main
  • Please make sure your PR passes the build tests! You can see any warnings or errors by running yarn build

Other Tips

  • Always run yarn install after pulling from master or checking out to a remote branch
  • Always update your local master branch by running git pull everytime a PR is merged to minimize the need to resolve conflicts when you are creating a PR

Deployment

Netlify is set up to automatically trigger deployments upon changes to:

A preview website will be deployed by Netlify when you create a pull request. Navigate by clicking on the Details button below:
Screen Shot 2021-05-02 at 4 58 54 PM

To see build status and analytics, login by email here: https://app.netlify.com/

email: [email protected]
password: {Same as gmail}

Unfortunately the free plan does not allow for adding team members.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published