Skip to content

Ajoitetaan tapamiset/palaverit niin, että sopii kaikille! Magic ✨

License

Notifications You must be signed in to change notification settings

Nummenpojat/kaarna

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CabbageMeet logo

Kaarna

Mikä tämä on?

Kaarnalla voit sopia ihmisjoukon kesken kaikille sopivan ajankohdan tapaamiselle, palaverille, mitä ikinä. Jokainen valitsee itsellensä sopivat ajat ja tämä ohjelma löytää kaiken sotkun seasta kaikille sopivan ajankohdan. Magic ✨

Running in development mode

Backend

cd server
npm install
# Will listen on port 3001 by default, set PORT in .development.env to
# change this
npm start

# Open a new terminal window
# The mock SMTP server is needed for signup email verification
# Set VERIFY_SIGNUP_EMAIL_ADDRESS=false in .development.env to disable it
cd server
scripts/mockSmtpServer.js

Frontend

# Start the React app
cd client
npm install
# Will listen on port 3000 by default and proxy API requests to port 3001
# Set the environment variables PORT and PROXY_PORT to change this
npm start

Running in production mode

# Create a static build
cd client
# set the env variable REACT_APP_API_BASE_URL if the domain of the
# API server is not the same as the website itself
npm run build

cd ../server
# Create a symlink to the static build folder (or just copy it)
ln -sf ../client/build client
npm run build
# Set any necessary environment variables
# See the server README for more details
vim .env
# Start the app
npm run start:prod

About

Ajoitetaan tapamiset/palaverit niin, että sopii kaikille! Magic ✨

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 95.8%
  • CSS 2.2%
  • JavaScript 1.3%
  • Other 0.7%