Skip to content

computationalcore/taskforce-next-admin

 
 

Repository files navigation

Taskforce Next.js Admin

Github Pages

This repo is a Next.js static app deployed to Github Pages via Github Actions when upstream/main is pushed.

You can fork this repo and follow the instructions in the blog above to publish your fork via Github Pages for testing. When you are happy with the results, you can create a PR to merge the fork into the main repo.

Creating Secrets

For environment variables that should be added to the package during npm build, run base64 .env.production | pbcopy and create a github environment secret named ENVIRONMENT with a value of this pasted base64 string. The github workflow action is configured to use this secret at build time.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 85.9%
  • CSS 14.1%