mirror of
https://github.com/netbymatt/ws4kp.git
synced 2026-04-14 15:49:31 -07:00
Add quick start to readme
This commit is contained in:
21
README.md
21
README.md
@@ -32,6 +32,18 @@ From a learning standpoint, this codebase make use of a lot of different methods
|
|||||||
* Hand written CSS made easier to mange with SASS
|
* Hand written CSS made easier to mange with SASS
|
||||||
* A linting library to keep code style consistent
|
* A linting library to keep code style consistent
|
||||||
|
|
||||||
|
## Quck Start
|
||||||
|
|
||||||
|
Ensure you have Node installed.
|
||||||
|
```bash
|
||||||
|
git clone https://github.com/netbymatt/ws4kp.git
|
||||||
|
cd ws4kp
|
||||||
|
npm install
|
||||||
|
npm start
|
||||||
|
```
|
||||||
|
|
||||||
|
Open your browser and navigate to https://localhost:8080
|
||||||
|
|
||||||
## Does WeatherStar 4000+ work outside of the USA?
|
## Does WeatherStar 4000+ work outside of the USA?
|
||||||
|
|
||||||
This project is tightly coupled to [NOAA's Weather API](https://www.weather.gov/documentation/services-web-api), which is exclusive to the United States. Using NOAA's Weather API is a crucial requirement to provide an authentic WeatherStar 4000+ experience.
|
This project is tightly coupled to [NOAA's Weather API](https://www.weather.gov/documentation/services-web-api), which is exclusive to the United States. Using NOAA's Weather API is a crucial requirement to provide an authentic WeatherStar 4000+ experience.
|
||||||
@@ -57,14 +69,7 @@ WeatherStar 4000+ supports two deployment modes:
|
|||||||
* Browser-based caching
|
* Browser-based caching
|
||||||
* Used by: static file hosting and default `Dockerfile`
|
* Used by: static file hosting and default `Dockerfile`
|
||||||
|
|
||||||
## Run Your WeatherStar
|
## Other methods to run Ws4kp
|
||||||
|
|
||||||
Ensure you have Node installed. Clone the repository:
|
|
||||||
```bash
|
|
||||||
git clone https://github.com/netbymatt/ws4kp.git
|
|
||||||
cd ws4kp
|
|
||||||
npm install
|
|
||||||
```
|
|
||||||
|
|
||||||
### Development Mode (individual JS files, easier debugging)
|
### Development Mode (individual JS files, easier debugging)
|
||||||
```bash
|
```bash
|
||||||
|
|||||||
Reference in New Issue
Block a user