Skip to content

DevLdn/devldn-website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dev London website

Server

Docker Build

docker build -t devldn.ca .

Docker Run

Environment Variables

PORT=5000 HOST=0.0.0.0 TOKEN=abc123 NODE_ENV=production

docker run -it --rm -e PORT=5000 -e HOST=0.0.0.0 -e TOKEN=abc123 -e NODE_ENV=production -p 5000:5000 devldn.ca

Client

Build Status

code style: prettier

Get up and running

cp .env.example .env
npm install
npm start

Features

This project is built with Create React App

This project uses:

  • husky to run githooks
  • lint-staged to run scripts on staged files on git (learn more)
  • prettier to auto-format our js
  • stylelint to lint our scss
  • Lindua icons
  • Google font: Teko

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published