Skip to content

Commit

Permalink
testing ci/cd for vite objs 2
Browse files Browse the repository at this point in the history
  • Loading branch information
CrysR committed Dec 19, 2024
1 parent 7788fc2 commit daec27a
Showing 1 changed file with 0 additions and 28 deletions.
28 changes: 0 additions & 28 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,31 +41,3 @@ CI/CD info TK

## Contributing (outdated)

### (one-time)
1. Check out git repo [sst-app-ui](https://github.com/datakind/sst-app-ui). You likely will want to check out the develop branch with `git checkout develop`
2. cd into repo top folder you just checked out
3. `composer install`
4. Find 'sst-app-ui.env' in LastPass and save contents to .env
6. Start sail: `./vendor/bin/sail up -d`
7. `./vendor/bin/sail artisan key:generate`
8. `./vendor/bin/sail artisan migrate`
9. `docker exec -it [your-project-container] /bin/sh` where you container will be something like `sst-app-ui-laravel.test-1`
10. `su sail`
11. `php artisan storage:link`
12. `npm install`
13. CTRL-D twice to exit
14. Stop sail: `./vendor/bin/sail stop`

### To run the environment:
1. Start sail: `./vendor/bin/sail up -d`
2. In one terminal window start artisan: `./vendor/bin/sail artisan serve`
3. In another terminal: `docker exec -it [your-project-container] /bin/sh`
4. `npm run dev`
5. Go to http://localhost/
6. If you don't have an account, register
7. Login





0 comments on commit daec27a

Please sign in to comment.