Skip to content

SyllaBits is a web-based game that helps you learn, practice, and master the skill of scansion. Contributors: Elizabeth E. Tavares (principle investigator), Elijah Hilty (developer), Jeff Gray (co-investigator). Sponsors: Collaborative Arts research Institute, Hudson Strode Program in Renaissance Studies, University of Alabama.

Notifications You must be signed in to change notification settings

elizetavares/syllabits

This branch is up to date with SpinyCucumber/syllabits:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

1254b1d · Nov 26, 2022
Mar 30, 2022
Nov 26, 2022
Sep 7, 2021
Mar 29, 2022
Mar 29, 2022
Mar 29, 2022
Mar 29, 2022
Mar 29, 2022
Mar 30, 2022
Sep 13, 2021
Nov 26, 2021
Jan 6, 2022
Jun 8, 2022
May 31, 2022
Nov 26, 2022
Jun 8, 2022
Mar 28, 2022
Mar 30, 2022

Repository files navigation

syllabits

Project setup

To install all dependencies:

npm install
  • There are some additional assets that need to be downloaded manually because of licensing issues. Namely:
  1. The 'Dovestype' font must be present in the src/styles/fonts folder.

Building

npm run build

Compiles and hot-reloads for development

npm run serve

Lints and fixes files

npm run lint

Deploying on CPanel

These are the recommended steps for deploying on CPanel:

  1. Clone this repository on the CPanel system, and ensure that you are able to push to it.
  2. Set up a build environment in the cloned repository. This involves installing dependencies and downloading any licensed assets.
    • If the CPanel system is running an incompatible version of node, you can set up a node virtual environment in the new repository, using a tool like nodeenv. This project is built on Node 14.17.4.
  3. Configure the repository to automatically build and deploy the app when a push is received. This can be accomplished using a .cpanel.yml file.
    • You might need to configure the repository to accept pushes to the current branch: this can be accomplished using
    git config receive.denyCurrentBranch updateInstead
    
    • CPanel can be a pain in the ass; the auto-deploy feature feels almost unusable. An alternative is to use a post-receive Git hook, which can be a bash script that builds the project and copies files.
    • Another note: The 'yorkie' package made using "updateInstead" painful. It overrides all hooks in a way that breaks updateInstead. Considering the package hasn't been updated in 3 years, I should probably remove it.
    • Actually deploying the built app simply involves copying all files from dist/ to the public_html folder.
  4. Push to the remote repository to deploy changes

About

SyllaBits is a web-based game that helps you learn, practice, and master the skill of scansion. Contributors: Elizabeth E. Tavares (principle investigator), Elijah Hilty (developer), Jeff Gray (co-investigator). Sponsors: Collaborative Arts research Institute, Hudson Strode Program in Renaissance Studies, University of Alabama.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 63.7%
  • JavaScript 23.1%
  • SCSS 12.8%
  • HTML 0.4%