Skip to content

Welcome to the wonderful world of Connie! Connie.Plus is an onboarding and support resource for new clients. It's also a playground for testing out new features and developing your own!

Notifications You must be signed in to change notification settings

ConnieML/v1.connie.plus

Repository files navigation

Connie SaaS For Nonprofits

➕ Connie Plus

This is a Next.JS webapp that uses Paste as the component library with typescript. Next.js and Paste have built-in TypeScript declarations, so we'll get autocompletion for their modules straight away.

We are connecting the Next.js _app.tsx with Paste's Theme Provider so the pages can have app-wide styles.

How to use ...

Note: Ensure node version compatibility. (node v20)

  1. Install dependencies with: "npm install" or "yarn"

  2. Run a local dev version: "npm run dev" or "yarn dev"

  3. Create a production build: "npm build"

  4. Run a local production version: "npm run start"

Start From Scratch Using create-next-app

Execute create-next-app with npm or Yarn to bootstrap the example:

npx create-next-app --example https://github.com/twilio-labs/paste/tree/main/templates/paste-nextjs-template my-paste-app
# or
yarn create next-app --example https://github.com/twilio-labs/paste/tree/main/templates/paste-nextjs-template my-paste-app

Deploy it to the cloud with Vercel (Documentation).

About

Welcome to the wonderful world of Connie! Connie.Plus is an onboarding and support resource for new clients. It's also a playground for testing out new features and developing your own!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published