- Mobile Friendly
- Remote configuration
- Tested for
+-^%/operators - Typesafe (Typescript)
- Virtual Keyboard / Mobile Friendly
- Typescript
- JSONbin
- Vite
- React
- Tailwind
Start developing locally.
clone this repo
git clone https://github.com/ayushpaharia/NerdleInstall all dependencies
# install server side deps
cd Nerdle
npm install
# or yarn installEnvironment variables
Now this is a bit tricky.
- create a new file .env in the root folder
- open .env.EXAMPLE
- copy the contents and paste it to the .env
And change all the dummy keys with your own valid ones.
Finally to start the server execute this script
npm run devdev - Starts a dev server
build - Build production optimized code
preview - Preview the app(if built) in the browser
git add .
git commit -m "feat: added new stuff"
git push YOUR_REPO_URL BRANCH_NAMEMade with ❤️ and javascript 💻 by Ayush Paharia