- 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/Nerdle
Install all dependencies
# install server side deps
cd Nerdle
npm install
# or yarn install
Environment 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 dev
dev - 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_NAME
Made with ❤️ and javascript 💻 by Ayush Paharia