Skip to content

guicostaarantes/my-portfolio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This repository contains a React portfolio (src/) and a contact handling server (contact/).

To run this application, do the following:

  • Create the file src/config.json. Fill it with:
{
  "contact": "the endpoint to your contact message handler (eg: http://localhost:3001/sendMessage)",
  "recaptcha_v2_key": "the recaptcha v2 key (not secret) provided by Google"
}
  • Create the file contact/config.json. Fill it with:
{
  "recaptcha_secret_key": "the recaptcha v2 secret key provided by Google",
  "telegram_api_key": "the API key for a bot you created in Telegram",
  "telegram_chat_id": "the chat id of this bot with your Telegram account"
}
  • Run the portfolio in dev mode with yarn start.

  • Or build it with yarn build and serve it with serve -s ./build.

  • Run the contact server from this folder with cd contact && yarn start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published