Welcome

If you've come here, you must have seen one of my live-streams that focuses on building this project. If not here are some details.

🔮💻 Astrology & Javascript Series is a project I'm building that uses Remix Framework, React, Typescript & Styled Components but not limited to, to create an educational website on learning the foundational blocks of Astrology. I live-stream my progress and teach some astrology a long the way.

You can catch me live every Tuesday @ 12pm EST on

Eventual goal of this project is to be able to create and save your account and pull your Natal Chart details.

Development

To work on this project on your own terms, please Fork this repo.

  1. Clone repo, replacing <newly-forked-repo-url> with your own forked repo url:
git clone <newly-forked-repo-url>
  1. To run the app locally, install local dependencies:
npm install
  1. Afterwards, start the Remix development server like so:
npm run dev

Open up http://localhost:3000 and you should be ready to go!

⬆️ To set this repo as upstream to retrieve my changes into your forked repo, you can configure a remote repository for a fork