azdanov / translations

An English - Estonian dictionary made with React and Netlify Functions.

Home Page:https://translations.netlify.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Translations · Netlify Status Build Status Renovate PRs Welcome GitHub license

An English - Estonian dictionary built with React and Netlify Functions. Live version.

Translations App

Setup

Clone the project

https://github.com/azdanov/translations.git
cd translations
cp .env.example .env

NPM Scripts

# Setup
yarn

# Compiles and hot-reloads will use .env with 'production' variables
yarn start

# Use local environment from .env.test + json-server with src/fixtures/data.json
yarn start:env

# Compiles and minifies for production
yarn build

# Run your tests
yarn test

# Open cypress
yarn cypress:open

# Run jest
yarn unit

# Run cypress once
yarn cypress:run

# Run jest once
yarn unit:no-watch

More Information

About React you can learn more in the Create React App documentation and React documentation.

About Netlify and Netlify Functions.

About

An English - Estonian dictionary made with React and Netlify Functions.

https://translations.netlify.com/

License:MIT License


Languages

Language:TypeScript 80.1%Language:CSS 11.1%Language:HTML 4.6%Language:JavaScript 4.2%