Website for Hacktoberfest event 2019 hosted by TraceCEA
https://hacktoberfest-tracecea.surge.sh
- Build
- BackEnd
- FrontEnd
yarn install
to install dependencies.yarn run dev:web
to start the CRA in development.yarn run server
to start the development express server.yarn run build:web
build the files for production.
Copy .env.sample
to .env.development
or .env.production
in client/
directory and update credentials in those files.
Copy variables.env.sample
to variables.env
in server/
directory and update the file.
Follow instructions from here and update GSHEETS_ID
, G_PKEY
, G_C_EMAIL
fields in server/variables.env
- For unauthenticated requests, the rate limit is 60 requests per hour. see Rate Limiting
Edit config/index.js
file with your custom information
Copy contents (images, documents, etc...) to static/
directory
Pass SURGE_DOMAIN
, SURGE_LOGIN
, SURGE_TOKEN
to settings/secrets
in GitHub Settings
Give a ⭐ if this you find this project useful!
Code released under the MIT License.
Logos & Branding:
- © 2019 DIGITALOCEAN, LLC. ALL RIGHTS RESERVED.
- © 2019 TRACECEA. ALL RIGHTS RESERVED.