https://github.com/apsislabs/apsis-website
https://github.com/apsislabs/apsis-website
gatsby react website
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/apsislabs/apsis-website
- Owner: apsislabs
- License: mit
- Created: 2018-10-03T22:44:33.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-10T04:50:06.000Z (over 7 years ago)
- Last Synced: 2025-07-28T23:48:31.892Z (11 months ago)
- Topics: gatsby, react, website
- Language: JavaScript
- Size: 27.2 MB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Apsis Website
## Running in development
This site uses [Gatsby](https://www.gatsbyjs.org/).
Requires Node, NPM.
Good tool to have: Gatsby CLI.
To run: `gatsby develop` (with Gatsby CLI) or `npm run develop`
## Adding a Blog Post
Use an existing post as a reference, they live in `src/pages/blog_posts`
## Deploy Infrastructure
Note: Doesn't currently work on windows with the beta multi environment cli for amplify unless you install globally
* `npx amplify init` select dev or prod
* `npm amplify push`
## Deploy Code:
If you have an aws profile setup on you machine:
`npm run deploy-dev -- --profile apsis`
If you want to just pass in secrets:
`AWS_ACCESS_KEY_ID={YOUR KEY} AWS_SECRET_ACCESS_KEY={YOUR SECRET} npm run deploy-dev`
To deploy to prod use `npm run deploy-prod` and your favorite method of setting credentials from above
---
# Built by Apsis
[](https://www.apsis.io)
`apsis-website` was built by Apsis Labs. We love sharing what we build! Check out our [other libraries on Github](https://github.com/apsislabs), and if you like our work you can [hire us](https://www.apsis.io/work-with-us/) to build your vision.