https://github.com/bramus/noah-be
https://github.com/bramus/noah-be
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bramus/noah-be
- Owner: bramus
- Created: 2019-11-16T23:15:48.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-01-23T09:16:12.000Z (over 6 years ago)
- Last Synced: 2025-08-10T00:22:53.138Z (10 months ago)
- Language: HTML
- Homepage: https://www.noah.be/
- Size: 1.65 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Noah.be Website
[](https://app.netlify.com/sites/noah-be/deploys)
## Developing
- Clone this repo
```
git clone git@github.com:bramus/noah-be.git
```
- Install NPM Dependencies using `yarn`
```
yarn install
```
- Start Webpack Dev Server
```
yarn start
```
- Edit files located in `./src`
## Deploying
The site is continously deployed on [Netlify](https://www.netlify.com/). Whenever `master` is pushed to Github, a new build will be made.
In case you want to manually build the site, run this:
```
yarn build
```
The result can be found in the `./build` folder