Skip to content

Jarouch000/frontend

 
 

Repository files navigation

Description

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.

Demo Screenshot

Devstronomy demo

For developers

This project was bootstrapped with Create React App.

Running project locally

  • 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.

Notes

package.json contains postinstall script, which removes @types/react-native. This is a workaround for the issue discussed here: : DefinitelyTyped/DefinitelyTyped#33311

Build and deploy

Run ./bin/ds-build script.

Learn More

You can learn more in the Create React App documentation.

About

Frontend for Devstronomy.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 82.0%
  • JavaScript 13.8%
  • HTML 3.3%
  • Other 0.9%