bitcoinprivate-prefork-website/README.md

41 lines
1.2 KiB
Markdown
Raw Permalink Normal View History

2017-12-30 19:37:13 -08:00
# Bitcoin Private Pre-Fork Website
2017-12-31 12:05:53 -08:00
Github Pages URL to point Bitcoin Private domain to: <a href="https://btcp-community.github.io/bitcoinprivate-prefork-website/">https://btcp-community.github.io/bitcoinprivate-prefork-website/</a>
2017-12-30 19:37:13 -08:00
## Testing Locally
You can quickly get a local server running for testing and developing using the following commands.
**You'll need to have the latest version of Node.JS installed.** Node.JS will not be required in whatever environment the outputted build files run in. The site is entirely static and does not depend on any backend.
**You'll also need to have the latest version of Bower installed.** Bower is also not required in production, only for building.
```
2017-12-30 20:09:17 -08:00
cd dev
2017-12-30 19:37:13 -08:00
npm install
bower install
npm run dev
```
2018-01-29 09:46:45 -08:00
## Development
1) Branch off of develop branch
2) Merge back into dev when ready
3) Admin will review/approve changes and merge into master
2017-12-30 19:37:13 -08:00
## Deploying
2017-12-30 20:18:42 -08:00
The website is currently hosted with github pages. Use `npm run build`, this will update the docs directory with the latest src changes.
The docs directory is what github pages hosts from.
2017-12-30 19:37:13 -08:00
```
npm run build
```
## Questions
If you have any questions, please submit a new issue.
##Discord webhock test.