Skip to content

Latest commit

 

History

History
46 lines (30 loc) · 875 Bytes

README.md

File metadata and controls

46 lines (30 loc) · 875 Bytes

💩 keysterr 💩

image

Table of Contents

About

Yet another personal experiment with TypeScript, Next.js, and react-spring.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Installing

# 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