Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nutboltu/is-gatsby-translated-yet
Is Gatsbyjs translated yet? Find out here! https://is-gatsby-translated-yet.netlify.app/
https://github.com/nutboltu/is-gatsby-translated-yet
gatsby gatsby-translation is-gatsby-translated-yet
Last synced: 23 days ago
JSON representation
Is Gatsbyjs translated yet? Find out here! https://is-gatsby-translated-yet.netlify.app/
- Host: GitHub
- URL: https://github.com/nutboltu/is-gatsby-translated-yet
- Owner: nutboltu
- Created: 2019-12-30T00:32:57.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-27T04:51:59.000Z (about 2 years ago)
- Last Synced: 2024-11-21T18:06:55.854Z (3 months ago)
- Topics: gatsby, gatsby-translation, is-gatsby-translated-yet
- Language: JavaScript
- Homepage:
- Size: 1.5 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# Is Gatsby Translated Yet
[![Netlify Status](https://api.netlify.com/api/v1/badges/bdeac650-0bfb-417d-9f8e-c77fcfbdc3f8/deploy-status)](https://app.netlify.com/sites/is-gatsby-translated-yet/deploys)
![]()
This project is totally inspired by [Nat Alison](https://github.com/tesseralis)'s [is-react-translated-yet](https://github.com/tesseralis/is-react-translated-yet).
Find out the live version: https://is-gatsby-translated-yet.netlify.app
## Development
In the project directory, you can run:
## `npm install`
Installs all the dependencies for this project.
### `npm start`
Create a [github personal access token](https://help.github.com/en/github/authenticating-to-github/creating-a-personal-access-token-for-the-command-line)
Create a `.env.development.local` in the root directory and paste the github personal access token as below
```
REACT_APP_GATSBY_GITHUB_AUTH_TOKEN=
```Runs the app in the development mode.
Open [http://localhost:3000](http://localhost:3000) to view it in the browser.The page will reload if you make edits.
You will also see any lint errors in the console.### `npm test`
Launches the test runner in the interactive watch mode.
See the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information.### `npm run build`
Builds the app for production to the `build` folder.
It correctly bundles React in production mode and optimizes the build for the best performance.The build is minified and the filenames include the hashes.
Your app is ready to be deployed!## Learn More
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app). You can learn more in the [Create React App documentation](https://facebook.github.io/create-react-app/docs/getting-started).
To learn React, check out the [React documentation](https://reactjs.org/).