Skip to content
This repository has been archived by the owner on Jan 23, 2024. It is now read-only.

Latest commit

 

History

History
32 lines (22 loc) · 835 Bytes

README.md

File metadata and controls

32 lines (22 loc) · 835 Bytes

💻 Quickstart

Run the package locally

git clone https://github.com/radespratama/wordscube.git wordscube

cd wordscube

# install deps
npm install || yarn install

# start dev server
npm run dev || yarn dev

⚡ Tools

Typescript NextJs TailwindCSS Sanity

🤞 Contributing

After setting up the project, and making changes:

git add .
git commit -m "commit message"
git push YOUR_REPO_URL YOUR_BRANCH