Code Monkey home page Code Monkey logo

fastjengine.github.io's People

Contributors

dependabot[bot] avatar infiniteloopgamedev avatar lucasstarsz avatar yiliansource avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar

fastjengine.github.io's Issues

remove package-lock.json

Having two lock files is not necessary for this repository. It makes reasonable sense to remove the package-lock.json and just keep the yarn.lock file.

Tasks:

  • remove package-lock.json from Git
  • add package-lock.json to gitignore, if not already present
  • update yarn.lock with most relevant setup

Enable ease of development and deployment

In order to allow developers to easily work on the site and deploy it subsequently, the following changes should be established:

  • Remove the built files from the main branch: Since they are compiled from source, we should never need them on the main source branch.
  • Change the codebase to TypeScript + Sass: This is to allow type-safe development of custom frontend code on the site, as well as faster development of web styles.
  • Setup auto-formatting using Prettier: This is to establish and enforce a concistent code-style in JavaScript/TypeScript/Markdown/etc. files.
  • Setup linting using ESLint: Similarly to Prettier, this is used to establish consistent code-style and catch common pitfalls.
  • Setup automatic deployment using GitHub Actions: This is to avoid having to manually build the site on every commit to main. The action runner should compile the site from source and push the resulting files onto the gh-pages branch.

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.