/atlassian-connect-express-next

Make Atlassian Addons with Next.js

Primary LanguageJavaScript

A Starter Project For Making Atlassian Addons with Next.js

The goal of this project is to have a starting place to create Atlassian addons with the latest version of Next.js and an express server based on ACE.

atlassian-connect-express-next

Features

How To Use

  1. Clone this repository and give your app a unique name
git clone git@github.com:rhysdiab/atlassian-connect-express-next.git name-of-your-app
  1. Copy the env.example file and paste it into your own .env file. Swap out the credentials with your own

  2. Copy the sample.credentials.json file and paste it into your own credentials.json file. Swap out the credentials for your own

  3. Install and run it using the commands below:

npm install
npm run dev