Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/samuel-bonghanoy/scriptive
A letter generation website with pre-styled templates and AI autofill created with NextJS, ASP.NET, and the openai API
https://github.com/samuel-bonghanoy/scriptive
Last synced: about 2 months ago
JSON representation
A letter generation website with pre-styled templates and AI autofill created with NextJS, ASP.NET, and the openai API
- Host: GitHub
- URL: https://github.com/samuel-bonghanoy/scriptive
- Owner: Samuel-Bonghanoy
- Created: 2023-10-29T14:26:06.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-01-01T11:58:11.000Z (about 1 year ago)
- Last Synced: 2024-01-01T12:39:56.560Z (about 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 1.82 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Scriptive
An automated letter generation application# Technology Stack
### Front End
![HTML](https://img.shields.io/badge/HTML5-E34F26?style=for-the-badge&logo=html5&logoColor=white)
![CSS](https://img.shields.io/badge/CSS3-1572B6?style=for-the-badge&logo=css3&logoColor=white)
![JavaScript](https://img.shields.io/badge/JavaScript-323330?style=for-the-badge&logo=javascript&logoColor=F7DF1E)
![TailwindCSS](https://img.shields.io/badge/tailwindcss-%2338B2AC.svg?style=for-the-badge&logo=tailwind-css&logoColor=white)
![DaisyUI](https://img.shields.io/badge/daisyui-5A0EF8?style=for-the-badge&logo=daisyui&logoColor=white)
![Next JS](https://img.shields.io/badge/Next-black?style=for-the-badge&logo=next.js&logoColor=white)### Back End
![.Net](https://img.shields.io/badge/.NET-5C2D91?style=for-the-badge&logo=.net&logoColor=white)
![Firebase](https://img.shields.io/badge/Firebase-039BE5?style=for-the-badge&logo=Firebase&logoColor=white)### Miscellaneous
![ChatGPT](https://img.shields.io/badge/chatGPT-74aa9c?style=for-the-badge&logo=openai&logoColor=white)
## Setup
Run this command to clone the repository into your desired directory
```bash
# clones the repo into your local device
git clone
# change to project directory
cd
# 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:
```bash
# install dependencies according to package-lock.json
npm i
```## Running
To host the project on your local machine, do:
```bash
# runs the package.json "start" script
npm run start
```