GitXplorerGitXplorer
s

wordle-clone

public
0 stars
0 forks
0 issues

Commits

List of commits on branch main.
Unverified
4e1dbbc45cf5dfc3b8658ade0e39b4d9a54e3f17

make keyboard a little more responsive-ish

sspencer516 committed 3 years ago
Unverified
db37d583c7e0bb04e4af46d48c48bc14001caff0

add link to app on readme

sspencer516 committed 3 years ago
Unverified
e476d1ef51d13c3208dffefb39cf36d0e239499b

fix lint

sspencer516 committed 3 years ago
Unverified
bea16b0922f77b8ffe71f3e7bf3c5986a962cf99

add error handling

sspencer516 committed 3 years ago
Unverified
3a592390195cc0ef6b114db08d27c4eee7c454ec

remove purgeCSS

sspencer516 committed 3 years ago
Unverified
cc63cd384b82c03ad5322260119eded17579f834

use correct environment config

sspencer516 committed 3 years ago

README

The README file for this repository.

wordle-clone

View the app live at: https://wordle-clone-pi.vercel.app

This README outlines the details of collaborating on this Ember application. A short introduction of this app could easily go here.

Prerequisites

You will need the following things properly installed on your computer.

Installation

  • git clone <repository-url> this repository
  • cd wordle-clone
  • npm install

Running / Development

Code Generators

Make use of the many generators for code, try ember help generate for more details

Running Tests

  • ember test
  • ember test --server

Linting

  • npm run lint
  • npm run lint:fix

Building

  • ember build (development)
  • ember build --environment production (production)

Deploying

Specify what it takes to deploy your app.

Further Reading / Useful Links