Clone the repository to your machine:
git clone https://github.com/madChill/intern-svelte-toolkit.git
Go into the project:
cd intern-svelte-toolkit
Install the dependencies:
yarn
Create .env
file. Set the following variables with the details from the INTERN App Keys page
INTERN_AUDIENCE=https://your_domain/api
INTERN_CLIENT_ID=your_id
yarn build
By contributing to madchill, you agree that your contributions will be licensed under its MIT License.