Skip to content

sethonne/Scriptive

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

165 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Scriptive

An automated letter generation application

Technology Stack

Front End

HTML CSS JavaScript TailwindCSS DaisyUI Next JS

Back End

.Net Firebase

Miscellaneous

ChatGPT

Setup

Run this command to clone the repository into your desired directory

# clones the repo into your local device
git clone <url>
# change to project directory
cd <project name>
# gets the newest version of the remote repo
git pull
# open the current directory in your preferred text editor
code .

Once that's done, you will have to install dependencies via this command:

# install dependencies according to package-lock.json
npm i

Running

To host the project on your local machine, do:

# runs the package.json "start" script
npm run start

About

A letter generation website with pre-styled templates and AI autofill created with NextJS, ASP.NET, and the openai API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors