alroniks / whatisanindiemaker

Are you tired of explaining to your relatives what an indie maker is? Next time, send them this website:

Home Page:https://whatisanindiemaker.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

What is an Indie Maker?

πŸ˜’ Are you tired of explaining to your relatives what an indie maker is?

πŸ’‘ Next time, send them this website!

Launch the development server

Install dependencies:

$ yarn

Set your GitHub Personal Access Token as an environment variable:

$ export GITHUB_TOKEN=<your-token>

Run the server:

$ yarn dev

Contributing

Contributions are always welcome!

Adding a new language

  • Clone the repo
  • Create a new file [YOUR_LANGUAGE].js in the locales folder.
  • In it, copy and paste the contents of the file the language from which you want to translate, for example en.js.
  • Translate it πŸ˜„πŸ™
  • Add your language key in locales/index.js and to the i18n.locales object in nuxt.config.js. It must be the exact same key you used to name your file [YOUR_LANGUAGE].js
  • Submit a PR πŸ”₯

About

Are you tired of explaining to your relatives what an indie maker is? Next time, send them this website:

https://whatisanindiemaker.com


Languages

Language:JavaScript 61.3%Language:Vue 38.3%Language:Shell 0.4%