Skip to content

Bwoltz/metanoia

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Starting the app

./init.sh
npm run start

You can run the init.sh build script to perform the setup and then use npm run start to run the app locally.
Note that the frontend runs on 'localhost:3000' and the backend runs on 'localhost:5000'.

Docker

In order to run the docker container for the frontend, use the following commands within the client directory:

docker build -t metanoia .
docker run -d -p 3000:3000 metanoia

About

New frontend

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 88.5%
  • CSS 7.3%
  • HTML 3.5%
  • Other 0.7%