Skip to content

earthstar-project/website

Repository files navigation

Earthstar site

This is a website for the Earthstar project. It will include documentation, help for new users and contributors, and technical information about the project.

Developing

This is a Remix site. You can find documentation for Remix here. This project uses Tailwind CSS to style the site. You can find documentation for it here

  1. Install dependencies with npm install.
  2. Run npm run dev to start a development server.
  3. Open http:https://localhost:3000 to preview the site.
  4. Start making your changes.

Deployment

This site is currently configured to be deployed on Fly. Not quite there yet though.