All issues should be made on the issues section of this GitHub repository github.com/contentionary/template/issues
-
Visit edtify.com/register to create your account.
-
Verify your account through your mail and proceed to login
After creating your account on edtify,
-
Visit dev.edtify.com/register and create a dev account.
-
Verify your account through your mail and proceed to login
-
Visit dev.edtify.com/create-centre and fill in the required details
- select the plugin combinations you would like to work and
- upload your centre logo.
- fill in the rest of the form and submit it.
-
After creating your centre, click the Manage Centre button and proceed to the Admin dashboard page
-
On the Admin dashboard, copy the centre ID you see there
This is a Next.js project bootstrapped with create-next-app
.
-
Fork the repository into your own GitHub
-
Clone the repository to your local machine
-
Create a new branch for your changes
-
Make some changes and commit them with useful messages
-
Push the changes to your repository
-
Create a Pull Request from your repository back to the original one
First, install npm packages by running:
npm install --legacy-peer-deps
add .env.local file to your root directory and add NEXT_PUBLIC_BASE_URL = "https://community-api.edtify.com/v1"
to it.
Proceed to the Admin dashboard page on dev.edtify.com and get your centre ID, paste as the id value of the CENTRE object in the src/utils/config
file. Upload courses and publications, create leagues and exams in your account on dev.edtify.com according to your taste, or use the default centre id
to preview your works/designs.
Note: this process should be repeated when deploying to netlify.com or vercel.com
Then, run the development server:
npm run dev
Open http://localhost:3000 with your browser to see the result.
You can start creating your template by modifying src/template/views/home.tsx
. The page auto-updates as you edit the file.
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.