Skip to content

FaustAlexander/discussions3

 
 

Repository files navigation

Discussiosn 3.0

Client setup

npm install

To connect to the discussions.app backend, you must create a file ./src/server/config.secret.json with the following:

{
    "$public": {
        "url": "https://discussions.app"
    }
}

Compiles and hot-reloads for development

npm run serve

You will then be able to access the local interface on http://localhost:8080/

Server setup

...

About

No description, website, or topics provided.

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Vue 55.8%
  • JavaScript 43.7%
  • Other 0.5%