An open API service indexing awesome lists of open source software.

https://github.com/vwolfley/moronis-promise-gyazstake

Moroni's promise is a site giving information about the Moroni's Promise event for the Goodyear AZ Stake.
https://github.com/vwolfley/moronis-promise-gyazstake

arizona event goodyear lds lds-scriptures stake

Last synced: 5 months ago
JSON representation

Moroni's promise is a site giving information about the Moroni's Promise event for the Goodyear AZ Stake.

Awesome Lists containing this project

README

          

# moronis-promise-gyazstake

[![Website](https://img.shields.io/website-up-down-green-red/http/shields.io.svg?label=website)](https://moronispromise.gyazs.org/)
[![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/vwolfley/moronis-promise-gyazstake?&logo=github&style=flat-square)](https://github.com/vwolfley/moronis-promise-gyazstake/releases)
![GitHub Release Date](https://img.shields.io/github/release-date/vwolfley/moronis-promise-gyazstake?&logo=github&style=flat-square)
![Libraries.io dependency status for GitHub repo](https://img.shields.io/librariesio/github/vwolfley/moronis-promise-gyazstake?style=flat-square)
![semver](https://img.shields.io/badge/semver-2.0.0-blue?style=flat-square)
[![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square)](https://opensource.org/licenses/MIT)

## :key: Keywords

`Moroni` `promise` `Book of Mormon` `Church of Jesus Christ of Latter-day Saints`

## What is Moroni's Promise

Moroni's promise is a site giving information about the Moroni's Promise event for the Goodyear AZ Stake.

## Development Instructions

### :gear: Quickstart Instructions

1. [Clone this repo](https://github.com/vwolfley/moronis-promise-gyazstake) - `https://github.com/vwolfley/moronis-promise-gyazstake`
2. `cd` into the `moronis-promise-gyazstake` folder.
3. Install the dependencies with `npm install`.

### Available Scripts

In the project directory, you can run:

#### `npm run dev`

- Compiles raw source code into both "debug" and "production" versions.
- Runs the app in the development mode.
- Open [http://localhost:3000](http://localhost:3000) to view it in the browser.
- The page will reload if you make edits.
- You will also see any lint errors in the console.

#### `npm run build`

- Builds the app for production to the `dist` folder.
- It correctly bundles React in production mode and optimizes the build for the best performance.
- The build is minified and the filenames include the hashes.
- Your app is ready to be deployed!

#### `npm run replace`

- Replaces the version number, copyright, and build date in the `package.json` file in the rest of the documents.

## Version

### version | 1.0.13

- #### Updated | 2024-08-10

- #### Created | 2024-01-29

Releases will be numbered with the following format: **`..`**

And constructed with the following guidelines:

1. **MAJOR** version when you make incompatible API changes **bumps the major** resets minor and patch
2. **MINOR** version when you add functionality in a backwards-compatible manner **bumps the minor** resets patch
3. **PATCH** version when you make backwards-compatible bug fixes and misc changes **bumps only the patch**

## Technologies

A list of technologies used within the project:

JavaScript
JavaScript
ECMAScript 6
HTML5
CSS3
React
Tailwind CSS
Vite
ESLint
Prettier
npm
Git
vscode

## Credits

`Vern Wolfley & Cory Webster`

## :warning: Licensing

Copyright 2024 Vern Wolfley

This project is licensed under the MIT license.

- [LICENSE](LICENSE)

[(Back to top)](#moronis-promise-gyazstake)