Skip to content
This repository has been archived by the owner on Aug 10, 2022. It is now read-only.

Latest commit

 

History

History
15 lines (13 loc) · 837 Bytes

README.md

File metadata and controls

15 lines (13 loc) · 837 Bytes

Netlify Status

dalcs.org

This repo contains the code for https://dalcs.org. It is a single page react app and I'm using styled-components for styling. It's currently being hosted on netlify. Any pushes to master will trigger a re-build and deploy on netlify.

Getting started

To get started developing, run

npm run start

and it will start a dev server on http://localhost:3030

Structure

  • src/components: Contains reusable web components.
  • src/public: Public assets (e.g., favicon, images)
  • src/pages: Individual webpage, please note routing is not setup currently to handle multiple pages.