Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/williamrolando88/scientech-private
https://github.com/williamrolando88/scientech-private
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/williamrolando88/scientech-private
- Owner: williamrolando88
- Created: 2023-12-18T03:04:23.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-11-06T00:06:29.000Z (10 days ago)
- Last Synced: 2024-11-06T01:18:44.353Z (10 days ago)
- Language: TypeScript
- Homepage: https://scientech-next-app.vercel.app
- Size: 6.01 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Scientech Portal
## Setup
To start working in the dev environment is required to have the following `.env.local` file in the root of the project:
```
# Firebase client config
API_KEY=XXXXXXX
AUTH_DOMAIN=XXXXXXX
PROJECT_ID=XXXXXXX
STORAGE_BUCKET=XXXXXXX
MESSAGING_SENDER_ID=XXXXXXX
APP_ID=XXXXXXX
```Each of the values can be found in the firebase console.
## Development
Start by installing the dependencies:
```
yarn
```To start the development server run:
```
yarn dev
```By default the server will be running on port `3000`.
## Deployment
The deployment is done using vercel, it's automatically configured to deploy on every push to the `main` branch.
## License
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details