This project contains the code-base for the frontend part of Devstronomy project.
To find more information about the Devstronomy or to see an interactive demo of the data, visit Devstronomy Homepage.
This project was bootstrapped with Create React App.
- Either using Docker:
docker-compose up dev-server - Or NPM:
npm install && npm start
Then open http://localhost:3000 to view it in the browser.
The page will reload if you make edits (also when running via Docker).
You will also see any lint errors in the console.
package.json contains postinstall script, which removes @types/react-native. This is a workaround for the issue
discussed here: : DefinitelyTyped/DefinitelyTyped#33311
Run ./bin/ds-build script.
You can learn more in the Create React App documentation.
