This is a Next.js project bootstrapped with create-next-app
.
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.
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
You can check out the Next.js GitHub repository - your feedback and contributions are welcome!
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.
Live website: www.itstechnova.com, www.itstechnova.org
Dev website: itstechnova2023-dev.netlify.app/
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
- Name your branches
ticket#-title
, where ticket# refers to the task id you are working on - e.g. 2-create-nav-bar
- 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
- 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
Netlify is set up to automatically trigger deployments upon changes to:
- dev branch for: itstechnova-dev.netlify.app/
- main branch for: www.itstechnova.com
A preview website will be deployed by Netlify when you create a pull request. Navigate by clicking on the Details
button below:
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.