Skip to content
This repository has been archived by the owner on Oct 19, 2019. It is now read-only.
/ translations Public archive

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

License

Notifications You must be signed in to change notification settings

azdanov/translations

Repository files navigation

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.