Skip to content
/ spam Public

A website to publish your thoughts to other people's inboxes

License

Notifications You must be signed in to change notification settings

japrozs/spam

Repository files navigation

Spam

Spam is a new way to publish your thoughts to other people inboxes

Folder structure

Folder Description
dodge The web app built with next.js
nissan The graphQL server built with express
scripts Scripts regarding deployment and docker config.
.github Github settings config. (eg. CODEOWNERS)
.vscode Project settings for VSCode

How to start the app

To run the app, follow the steps given below:

git clone https://github.com/japrozs/spam.git
cd spam
cd nissan
yarn install
yarn watch
# create a new terminal window and type
cd nissan
yarn dev
# create a new terminal window and type
cd dodge
yarn dev

Change the environment variables

After these commands, the app will run on localhost:3000/