Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bramus/noah-be
https://github.com/bramus/noah-be
Last synced: 18 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/bramus/noah-be
- Owner: bramus
- Created: 2019-11-16T23:15:48.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-01-23T09:16:12.000Z (almost 5 years ago)
- Last Synced: 2024-11-08T07:42:36.887Z (2 months ago)
- Language: HTML
- Homepage: https://www.noah.be/
- Size: 1.65 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Noah.be Website
[![Netlify Status](https://api.netlify.com/api/v1/badges/d4da30a4-0265-43f1-87d4-c31c912f6da9/deploy-status)](https://app.netlify.com/sites/noah-be/deploys)
## Developing
- Clone this repo
```
git clone [email protected]: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