/text-twist

Computational Science Project

Primary LanguageJavaScript

Text Twister Web App

Final project on Computational Science and Compiler design.

Developed by Team Davinci Code

Setup Guide

Clone the repo

  • Run git clone https://github.com/chaaals/dc-text-twister.git in your terminal
  • Open the project by running code dc-text-twister in your terminal

Install dependencies and add env variables

  • Run npm install
  • Create a .env.local file. Copy and paste content on .env.local.example and add the appropriate values to the env variables. Env variable values will be given to you!

Locally host

  • Run npm run dev to locally host the web app :)