Website that connects to the Dwarf II telescope via the Dwarf II API. The Dwarf II API and this website are very much in beta phase, so this website has limited functionality.
This app is built with Next.js, Typescript, and Bootstrap css. This app uses eslint and Prettier to lint and format the code.
If you are interested in seeing how the code works or contributing to the project, then follow these steps.
-
Clone this repo.
-
Install libraries.
npm install
- Start server.
npm run dev
Work in progress.