Yet another personal experiment with TypeScript, Next.js, and react-spring.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
# Clone the repo
git clone https://github.com/AlexMubarakshin/keysterr_demo.git
cd ./keysterr_demo
# Install packages
yarn
Run developer build
yarn dev
# Visit localhost:3000
Or run production build
# Build the project
yarn build
# Run production build
yarn start
# Visit localhost:3000