Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 709 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 709 Bytes

Getting Started

This is quite a simple NextJS frontend application for Advance Camp taking advantage of GH's Pages.

Install the dependencies:

npm install

Run the development server:

npm run dev

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 Github Pages using a Github Action when merged/pushed with the main branch