Coder Social home page Coder Social logo

eddieantonio / syllabics.app Goto Github PK

View Code? Open in Web Editor NEW
4.0 2.0 1.0 1.71 MB

Cree SRO/Syllabics converter app.

Home Page: https://syllabics.app/

License: GNU Affero General Public License v3.0

Makefile 2.03% HTML 20.88% JavaScript 65.42% CSS 11.67%
app cree syllabics sro nehiyawewin nihithawewin nehinawewin webapp hacktoberfest

syllabics.app's Introduction

Syllabics.app

End-to-end tests Cypress Recordings

Source code for the syllabics.app. This is a Western Cree SRO to syllabics converter app, powered by cree-sro-syllabics.

Develop

To develop, download dependencies with npm (or yarn):

npm install

This app builds using Parcel. To build, use the following:

npx parcel build index.html

This bundles the site to dist/.

When I'm developing, I use Parcel in serve mode:

npx parcel serve index.html

This starts a development server at http://localhost:1234/ that automatically reloads when files change.

Test

This project uses browser tests written in Cypress.

To install test dependencies, run:

npm run install:test

This installs Cypress (very large dependency), and does NOT add it to package-lock.json.

NOTE: Cypress must NEVER be included in package-lock.json, because its file size exceeds the limits of Now's free plan (100MiB per file limit). Now will install everything in package-lock.json, which includes Cypress. Cypress is never used, and it breaks the Now build. As such, it must be installed separately, skipping package-lock.json.

To interactively run tests, open Cypress:

cypress open

Add tests to cypress/integration/. See Cypress's docs for more help.

Deploy

This app is deployed using Now. Now should automatically deploy all pull requests, as well as the production branch. To run the build script run by Now, type the following:

npm run now-build

This will create a static site in dist/.

License

Copyright (C) 2018 Eddie Antonio Santos [email protected]

This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.

You should have received a copy of the GNU Affero General Public License along with this program. If not, see http://www.gnu.org/licenses/.

syllabics.app's People

Contributors

dependabot[bot] avatar eddieantonio avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

piqueen1

syllabics.app's Issues

Let default branch be `production`

  • protect the default branch
  • merge things to production branch via pull requests

now will always deploy the default branch (e.g., production).

build: update build

See #47. Looks like we'll need to update parcel and perhaps also update Cypress -- or at least, how Cypress is installed and cached in the GitHub Actions runner.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.