All Projects → sonnylazuardi → gramatika.app

sonnylazuardi / gramatika.app

Licence: other
Website of Gramatika check spelling and typo tools in Bahasa Indonesia

Programming Languages

typescript
32286 projects
CSS
56736 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to gramatika.app

CheckableTextView
A simple and flexible Checked TextView or Checkable TextView
Stars: ✭ 108 (+50%)
Mutual labels:  check
retext-spell
plugin to check spelling
Stars: ✭ 53 (-26.39%)
Mutual labels:  spell
bot-line-indonesian-summarizer
Tugas NLP UB Filkom 2017
Stars: ✭ 20 (-72.22%)
Mutual labels:  indonesia
minecraft-server-status
PHP library to check Minecraft Servers Status
Stars: ✭ 36 (-50%)
Mutual labels:  check
bellshade-website
Repositori untuk web organisasi bellshade
Stars: ✭ 56 (-22.22%)
Mutual labels:  indonesia
wrapcheck
A Go linter to check that errors from external packages are wrapped
Stars: ✭ 141 (+95.83%)
Mutual labels:  check
kirby3-doctor
Plugin to check health of your CMS installation
Stars: ✭ 19 (-73.61%)
Mutual labels:  check
nestjs-redis
Redis(ioredis) module for NestJS framework
Stars: ✭ 112 (+55.56%)
Mutual labels:  check
Preconditions
Preconditions.NET provides convenience static methods to help check that a method or a constructor is invoked with proper parameter or not.
Stars: ✭ 17 (-76.39%)
Mutual labels:  check
metaschema
Schema definition and validation 💡
Stars: ✭ 25 (-65.28%)
Mutual labels:  check
serverless-ktp-ocr
Serverless Indonesian Identity E-KTP OCR with Google Cloud Platform (GCP) - Cloud Functions, Cloud Storage, and Cloud PubSub
Stars: ✭ 54 (-25%)
Mutual labels:  indonesia
awesome-loker-it-indonesia
Daftar lowongan kerja IT yang ada di Indonesia
Stars: ✭ 123 (+70.83%)
Mutual labels:  indonesia
awesome.id
😎 🇮🇩 Awesome Indonesia: Daftar produk, proyek, acara dan sumber daya lainnya yang dibuat oleh developer dan founder dari Indonesia.
Stars: ✭ 189 (+162.5%)
Mutual labels:  indonesia
Hacktoberfest-Indonesia-2021
Event Hacktoberfest Indonesia 2021
Stars: ✭ 42 (-41.67%)
Mutual labels:  indonesia
system-checks
⚙ Checks and shows Linux system info - Distro name, IP, running processes and etc. Official site - system-checks.org
Stars: ✭ 35 (-51.39%)
Mutual labels:  check
react-health-check
Lightweight React hook for checking health of API services.
Stars: ✭ 28 (-61.11%)
Mutual labels:  check
kodepos
📮 Indonesian postal code search API by place name, village or city.
Stars: ✭ 32 (-55.56%)
Mutual labels:  indonesia
findlargedir
find all "blackhole" directories with a huge amount of filesystem entries in a flat structure
Stars: ✭ 15 (-79.17%)
Mutual labels:  check
flarum-ext-indonesian
Indonesian Language Pack for Flarum
Stars: ✭ 13 (-81.94%)
Mutual labels:  indonesia
website-checks
check your website for issues with multiple tools and get PDF reports of the results
Stars: ✭ 69 (-4.17%)
Mutual labels:  check

Welcome to Remix!

Deployment

After having run the create-remix command and selected "Vercel" as a deployment target, you only need to import your Git repository into Vercel, and it will be deployed.

If you'd like to avoid using a Git repository, you can also deploy the directory by running Vercel CLI:

npm i -g vercel
vercel

It is generally recommended to use a Git repository, because future commits will then automatically be deployed by Vercel, through its Git Integration.

Development

To run your Remix app locally, make sure your project's local dependencies are installed:

npm install

Afterwards, start the Remix development server like so:

npm run dev

Open up http://localhost:3000 and you should be ready to go!

If you're used to using the vercel dev command provided by Vercel CLI instead, you can also use that, but it's not needed.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].