This repository is for the website of our newly created Tech Alliance with all our sister groups in SWFL.
- Follow this great guide, but keep in mind we are using
main
instead ofmaster
for our default branch.
FORK this repo first!
On terminal:
For SSH
[email protected]:swfl-coders/tech-alliance-website.git
For HTTP (Recommended)
https://github.com/swfl-coders/tech-alliance-website.git
IMPORTANT: We are using node v20
-
Install dependencies
npm install
-
Run the app
npm run dev
Open http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying pages/index.js
. The page auto-updates as you edit the file.
We use Vite as our testing framework. To write and run test scripts:
-
Add files under the
__tests__
folder, organized into folders named after the unit or module being tested -
Name the file
<identifier>.test.js
, or<identifier>.test.jsx
if you are rendering components in the react extention notation -
Run the tests with
npm run test
View your console to see the results.
You can edit the test scripts and the application code in real-time. Vite reruns the tests as you edit the test scripts or application code.
To contribute, please read our contributing guidelines
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!
We are using Vercel, you can see the live version here: https://tech-alliance-website.vercel.app
Or just Click and Go! Run our project on Gitpod from your web browser!