Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 440 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 440 Bytes

ic-rocks

UI for ic.rocks.

Uses Next.js, react-query, and tailwind.

Environment Variables

Create a .env file:

//API_ENDPOINT = http://localhost:3001 // If specified, will override the default API endpoint.

Development

npm run dev

Building and Running

npm run build
npm start