https://github.com/angeal185/trademeet-user-hub
https://github.com/angeal185/trademeet-user-hub
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/angeal185/trademeet-user-hub
- Owner: angeal185
- License: mit
- Created: 2020-08-16T21:18:31.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-08-21T22:23:55.000Z (about 5 years ago)
- Last Synced: 2025-02-24T11:19:30.900Z (8 months ago)
- Language: JavaScript
- Size: 90.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# trademeet-user-hub
### Install instructions
* login to github.
* navigate to https://github.com/angeal185/trademeet-user-hub/generate.
* set the Repository name as `trademeet-user-hub` and click the `create repository from template` button.
* navigate to `https://github.com/{{your-user-name}}/trademeet-user-hub/settings`.
* in the `GitHub Pages > Source` section select `master` then click `save`.
* navigate to `https://github.com/{{your-user-name}}/trademeet-user-hub/issues`.
* click `New issue`, add the title `comments` to the new issue and click `Submit new issue`.### Build instructions
online
* navigate to `https://{{your-user-name}}.github.io/trademeet-user-hub/build` to build your profile
* click `download` when complete.
* from within yor repository, replace `/api/profile.json` with your downloaded `profile.json` file.local
* clone the repo.
* open a terminal and execute `node index.js`
* navigate to http://localhost:8000
* build your profile.
* click `update`
* push the changes to the repo*an example profile can be found at `/examples/profile_example.json`