Skip to content

lupine-moon/react.lupinemoon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

react.lupinemoon

This is the source code for Lupine Moon website, built using React, Typescript, MobX, Chakra UI, and Webpack. We leverage Create React App Configuration Override in order to provide custom build functionality.

Getting Started

To get started clone the repository and run:

yarn install

Followed by:

yarn start

Available Scripts

In the project directory, you can run:

yarn start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

yarn test

Launches the test runner in the interactive watch mode.
See the section about running tests for more information.

yarn build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

See the section about deployment for more information.

Docker

This project includes a multi-stage Dockerfile.

To build the image:

docker build . --tag react-lupinemoon:1.0

Alternatively, build and run:

docker-compose up --build

Or, just run the existing image:

docker-compose up

Runs the app in production mode. Open http://localhost:8080 to view it in the browser.

Contribution Guidelines

Code reviews are done via pull requests.

About

The react repository for the Lupine Moon website

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published