Skip to content

josefha/digitalakramar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

digitalkram.se

For Client: in /client folder

Setup

Create two enviroments files in this folder named: .env.develop .env.production

  • ask for env keys

Install

install -g gatsby-cli

npm install

run development

gatsby develop

Build:

To build release package: Gatsby build

To test build on http://localhost:8000/: Gatsby serve

For Functions: in /functions folder

Setup

  • ask for recaptcha secret Run this line in firebase CLI firebase functions:config:set recaptcha.secret="RECAPTCHA_SECRET"

Firebase

Firebase console (needs invitation)(But not needed to run project)

https://console.firebase.google.com/project/digitalakramar/

Release Build

Install firebase command line tools: npm install -g firebase-tools

Relase build to firebase hosting: firebase deploy -m "version messege

About

Prototype of digitalkram

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors