Final project on Computational Science and Compiler design.
Developed by Team Davinci Code
Clone the repo
- Run
git clone https://github.com/chaaals/dc-text-twister.gitin your terminal - Open the project by running
code dc-text-twisterin your terminal
Install dependencies and add env variables
- Run
npm install - Create a
.env.localfile. Copy and paste content on.env.local.exampleand add the appropriate values to the env variables. Env variable values will be given to you!
Locally host
- Run
npm run devto locally host the web app :)